svn_revert
PHP function
Edit on GitHub ✎
(PECL svn >= 0.3.0)
Revert changes to the working copy
Description
svn_revert(string $path, bool $recursive = false): bool
Revert any local changes to the path in a working copy.
Parameters
pathThe path to the working repository.
recursiveOptionally make recursive changes.
Return Values
Success