|
svn_addSchedules the addition of an item in a working directory Description
bool svn_add
( string
$path
[, bool $recursive = true
[, bool $force = false
]] )
Adds the file, directory or symbolic link at 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 svn_add example
In a working directory where $ svn status ? foobar.txt ...this code:
<?php ...will schedule foobar.txt for addition into the repository. |