svn_delete
svn_delete
Delete items from a working copy or repository
bool **svn_delete** string $path bool $force
Deletes the file, directory or symbolic link at
from the working directory. The item will be deleted from the repository
the next time you call on the working
copy.
path``svn_commit
pathPath of item to delete.
forceIf true, the file will be deleted even if it has local modifications.
Otherwise, local modifications will result in a failure. Default is
false
return.success
SVN documentation on svn delete