From 0a4a1f0add9ac1df912feddbfcbe9b40b7b907a4 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 18 Nov 2008 23:15:07 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269318 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/svn/functions/svn-mkdir.xml | 75 +++++++++++++++++++++++ reference/svn/functions/svn-revert.xml | 84 ++++++++++++++++++++++++++ 2 files changed, 159 insertions(+) create mode 100644 reference/svn/functions/svn-mkdir.xml create mode 100644 reference/svn/functions/svn-revert.xml diff --git a/reference/svn/functions/svn-mkdir.xml b/reference/svn/functions/svn-mkdir.xml new file mode 100644 index 0000000000..bfff0e03c2 --- /dev/null +++ b/reference/svn/functions/svn-mkdir.xml @@ -0,0 +1,75 @@ + + + + + + svn_mkdir + Creates a directory in a working copy or repository + + + + &reftitle.description; + + boolsvn_mkdir + stringpath + + + Creates a directory in a working copy or repository. + + + + + &reftitle.parameters; + + + + path + + + The path to the working copy or repository. + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.seealso; + + + svn_add + svn_copy + + + + + + + diff --git a/reference/svn/functions/svn-revert.xml b/reference/svn/functions/svn-revert.xml new file mode 100644 index 0000000000..d45b2ff170 --- /dev/null +++ b/reference/svn/functions/svn-revert.xml @@ -0,0 +1,84 @@ + + + + + + svn_revert + Revert changes to the working copy + + + + &reftitle.description; + + boolsvn_revert + stringpath + boolrecursivefalse + + + Revert any local changes to the path in a working copy. + + + + + &reftitle.parameters; + + + + path + + + The path to the working repository. + + + + + recursive + + + Optionally make resurive changes. Defaults to &false; + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.seealso; + + + svn_delete + svn_export + + + + + + +