|
svn_importImports an unversioned path into a repository Description
bool svn_import
( string
$path
, string $url
, bool $nonrecursive
)
Commits unversioned 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 a basic use-case of this function. To import a directory named new-files into the repository at http://www.example.com/svnroot/incoming/abc, use:
<?php |