From 5250314b40ed4a9a4523694ed524ae7727ca0e6b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 17 Nov 2008 17:08:05 +0000 Subject: [PATCH] initial documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269180 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/svn/functions/svn-export.xml | 114 +++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 reference/svn/functions/svn-export.xml 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 + + + + + + +