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

fitz noreply at red-bean.com
Fri Jun 20 23:50:34 CDT 2008


Author: fitz
Date: Fri Jun 20 23:50:34 2008
New Revision: 3167

Log:
One more thing in Chapter 9, thanks to Karl Heinz Marbaise
(khmarbaise at gmx.de):

* src/en/book/ch09-reference.xml: Fixup svnsync docs.


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	Fri Jun 20 23:50:34 2008
@@ -7648,22 +7648,44 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--password</option>
+          <term><option>--source-password</option>
             <replaceable>PASSWD</replaceable></term>
           <listitem>
-            <para>Specifies the password to use when authenticating
-              against a Subversion server.  If not provided, or if
+            <para>Specifies the password for the Subversion server
+              from which you are syncing.  If not provided, or if
               incorrect, Subversion will prompt you for this
               information as needed.</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><option>--username</option>
+          <term><option>--source-username</option>
             <replaceable>NAME</replaceable></term>
           <listitem>
-            <para>Specifies the username to use when authenticating
-              against a Subversion server.  If not provided, or if
+            <para>Specifies the username for the Subversion server
+              from which you are syncing.  If not provided, or if
+              incorrect, Subversion will prompt you for this
+              information as needed.</para>
+          </listitem>
+        </varlistentry>
+        
+        <varlistentry>
+          <term><option>--sync-password</option>
+            <replaceable>PASS</replaceable></term>
+          <listitem>
+            <para>Specifies the password for the Subversion server to
+              which you are syncing.  If not provided, or if
+              incorrect, Subversion will prompt you for this
+              information as needed.</para>
+          </listitem>
+        </varlistentry>
+        
+        <varlistentry>
+          <term><option>--sync-username</option>
+            <replaceable>NAME</replaceable></term>
+          <listitem>
+            <para>Specifies the username for the Subversion server to
+              which you are syncing.  If not provided, or if
               incorrect, Subversion will prompt you for this
               information as needed.</para>
           </listitem>
@@ -7689,13 +7711,13 @@
 
         <refnamediv>
           <refname>svnsync copy-revprops</refname>
-          <refpurpose>Copy all revision properties for a given
-            revision from the source repository to the mirror
-            repository.</refpurpose>
+          <refpurpose>Copy all revision properties for a particular
+            revision (or range of revisions) from the source
+            repository to the mirror repository.</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnsync copy-revprops DEST_URL REV</programlisting>
+          <programlisting>svnsync copy-revprops DEST_URL [REV[:REV2]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -7712,7 +7734,7 @@
             source and mirror repositories.  <command>svnsync
             copy-revprops</command> is the answer to this problem.
             Use it to resynchronize the revision properties for a
-            particular revision.</para>
+            particular revision or range of revisions.</para>
         </refsect1>
 
         <refsect1>
@@ -7721,9 +7743,13 @@
           <screen>
 --non-interactive
 --no-auth-cache
---username NAME
---password PASS
 --config-dir DIR
+--source-username ARG
+--source-password ARG
+--sync-username ARG
+--sync-password ARG
+--config-dir ARG
+--quiet (-q)
 </screen>
         </refsect1>
 
@@ -7823,8 +7849,10 @@
           <screen>
 --non-interactive
 --no-auth-cache
---username NAME
---password PASS
+--source-username ARG
+--source-password ARG
+--sync-username ARG
+--sync-password ARG
 --config-dir DIR
 </screen>
         </refsect1>
@@ -7897,8 +7925,10 @@
           <screen>
 --non-interactive
 --no-auth-cache
---username NAME
---password PASS
+--source-username ARG
+--source-password ARG
+--sync-username ARG
+--sync-password ARG
 --config-dir DIR
 </screen>
         </refsect1>




More information about the svnbook-dev mailing list