[SvnBook] #59: [PATCH] Document --parents switch

SvnBook noreply at red-bean.com
Fri Aug 10 20:59:25 CDT 2007


#59: [PATCH] Document --parents switch
-------------------------+--------------------------------------------------
 Reporter:  cmpilato     |       Owner:  nobody       
     Type:  enhancement  |      Status:  new          
 Priority:  normal       |   Milestone:  1.5          
Component:  content      |     Version:  nightly/trunk
 Keywords:               |  
-------------------------+--------------------------------------------------
 {{{
 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.

 Index: src/en/book/ch09-reference.xml
 ===================================================================
 --- src/en/book/ch09-reference.xml      (revision 2799)
 +++ src/en/book/ch09-reference.xml      (working copy)
 @@ -352,8 +352,19 @@
                target.</para>
            </listitem>
          </varlistentry>
 -
 +
          <varlistentry>
 +          <term><option>--parents</option></term>
 +          <listitem>
 +            <para>Create and add non-existent or non-versioned parents to
 the
 +              working copy or repository.  This is useful for creating
 +              multiple directories in one invocation of the client.  If
 +              operating on a URL, all the directories will be in a single
 +              commit.</para>
 +          </listitem>
 +        </varlistentry>
 +
 +        <varlistentry>
            <term><option>--password</option>
              <replaceable>PASS</replaceable></term>
            <listitem>
 }}}

-- 
Ticket URL: <http://svnbook.red-bean.com/trac/ticket/59>
SvnBook <http://svnbook.red-bean.com/>


More information about the svnbook-dev mailing list