svn_delete
(PECL svn >= 0.4.0)
Delete items from a working copy or repository
Description
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.
Parameters
pathPath of item to delete.
Relativepath
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 Values
Success
Notes Func
See Also
- SVN documentation on svn delete