|
svn_cleanupRecursively cleanup a working copy directory, finishing incomplete operations and removing locks Description
bool svn_cleanup
( string
$workingdir
)
Recursively cleanup working copy directory Parameters
Return Values
Returns 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. Examples
Example #1 Basic example This example demonstrates clean up of a working copy in a directory named help-me:
<?php The realpath call is necessary due to SVN's quirky handling of relative paths. |