[svnbook commit] r2920 - trunk/src/en/book

fitz noreply at red-bean.com
Sat Dec 15 08:43:54 CST 2007


Author: fitz
Date: Sat Dec 15 08:43:53 2007
New Revision: 2920

Log:
Document svn --parents switch.

Patch by Hyrum Wright <hyrum_wright at mail.utexas.edu>.

* src/en/book/ch09-reference.xml (svn.ref.svn.sw): Add new '--parents' switch.


Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Sat Dec 15 08:43:53 2007
@@ -361,7 +361,19 @@
               target (for use with <command>svn diff</command>).</para>
           </listitem>
         </varlistentry>
-      
+
+        <varlistentry>
+          <term><option>--parents</option></term>
+          <listitem>
+            <para>Create and add non-existent or non-versioned parent
+              subdirectories to the working copy or repository as part
+              of an operation.  This is useful for automatically
+              creating multiple subdirectories where none currently
+              exist.  If performed on a URL, all the directories will
+              be created in a single commit.</para>
+          </listitem>
+        </varlistentry>
+
         <varlistentry>
           <term><option>--password</option>
             <replaceable>PASS</replaceable></term>




More information about the svnbook-dev mailing list