diff --git a/reference/svn/functions/svn-export.xml b/reference/svn/functions/svn-export.xml new file mode 100644 index 0000000000..b13297ff4f --- /dev/null +++ b/reference/svn/functions/svn-export.xml @@ -0,0 +1,114 @@ + + + + + + svn_export + Export the contents of a SVN directory + + + + &reftitle.description; + + boolsvn_export + stringfrompath + stringtopath + boolworking_copytrue + + + Export the contents of either a working copy or repository into a + 'clean' directory. + + + + + &reftitle.parameters; + + + + frompath + + + The path to the current repository. + + + + + topath + + + The path to the new repository. + + + + + working_copy + + + If &true;, it will export uncommitted files from the working copy. + Default value is &true; + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.examples; + + + <function>svn_export</function> example + + +]]> + + + + + + + &reftitle.seealso; + + + svn_import + + + + + + +