|
svn_updateUpdate working copy Description
int svn_update(string
$path , int $revno = SVN_REVISION_HEAD, bool $recurse = true )
Update working copy at Parameters
Return Values
Returns new revision number on success, returns Examples
Example #1 Basic example This example demonstrates basic usage of this function:
The above example will output something similar to: 234 NotesWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. |