PHP » GoLang |
login |
register |
about
|
svn_add(PECL svn >= 0.1.0) svn_add — Schedules 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. |
more
Recently updated
more
Most requested
more
Last requests
|