Query: svn_revert
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVN_REVERT(3) 1 SVN_REVERT(3) svn_revert - Revert changes to the working copySYNOPSISbool svn_revert (string $path, [bool $recursive = false])DESCRIPTIONRevert any local changes to the path in a working copy.PARAMETERSo $path - The path to the working repository. o $recursive - Optionally make recursive changes.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOsvn_delete(3), svn_export(3). PHP Documentation Group SVN_REVERT(3)