svn_importImports an unversioned path into a repository
&reftitle.description;
boolsvn_importstringpathstringurlboolnonrecursive
Commits unversioned path into repository at
url. If path is a
directory and nonrecursive is &false;,
the directory will be imported recursively.
&reftitle.parameters;
path
Path of file or directory to import.
&svn.relativepath;
url
Repository URL to import into.
nonrecursive
Whether or not to refrain from recursively processing directories.
&reftitle.returnvalues;
&return.success;
&reftitle.notes;
&warn.experimental.func;
&reftitle.examples;
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:
]]>
&reftitle.seealso;
svn_addSVN documentation for svn import