svn_delete Delete items from a working copy or repository &reftitle.description; boolsvn_delete stringpath boolforce&false; Deletes the file, directory or symbolic link at path from the working directory. The item will be deleted from the repository the next time you call svn_commit on the working copy. &reftitle.parameters; path Path of item to delete. &svn.relativepath; force If &true;, the file will be deleted even if it has local modifications. Otherwise, local modifications will result in a failure. Default is &false; &reftitle.returnvalues; &return.success; &reftitle.notes; &warn.experimental.func; &reftitle.seealso; SVN documentation on svn delete