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

fitz noreply at red-bean.com
Wed Jul 2 08:47:58 CDT 2008


Author: fitz
Date: Wed Jul  2 08:47:57 2008
New Revision: 3189

Log:
Fixup a few nits in the svnsync documentation.

Thanks to Lieven Govaerts (svnlgo at mobsol.be) for the detailed review.

* src/en/book/ch09-reference.xml: svnsync-o fix-o.


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	Wed Jul  2 08:47:57 2008
@@ -7665,6 +7665,14 @@
         </varlistentry>
 
         <varlistentry>
+          <term><option>--quiet</option> (<option>-q</option>)</term>
+          <listitem>
+            <para>Requests that the client print only essential
+              information while performing an operation.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term><option>--source-password</option>
             <replaceable>PASSWD</replaceable></term>
           <listitem>
@@ -7688,7 +7696,7 @@
         
         <varlistentry>
           <term><option>--sync-password</option>
-            <replaceable>PASS</replaceable></term>
+            <replaceable>PASSWD</replaceable></term>
           <listitem>
             <para>Specifies the password for the Subversion server to
               which you are syncing.  If not provided, or if
@@ -7755,10 +7763,14 @@
         </refsect1>
 
         <refsect1>
+          <title>Alternate Name</title>
+          <para>None</para>
+        </refsect1>
+
+        <refsect1>
           <title>Options</title>
 
           <screen>
---config-dir ARG
 --config-dir DIR
 --no-auth-cache
 --non-interactive
@@ -7798,7 +7810,7 @@
         <refsect1>
 
           <title>Synopsis</title>
-          <programlisting>svnsync SUBCOMMAND</programlisting>
+          <programlisting>svnsync help</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -7834,12 +7846,12 @@
 
         <refnamediv>
           <refname>svnsync initialize</refname>
-          <refpurpose>Initialize a destination repository for
-            synchronization from another repository.</refpurpose>
+          <refpurpose>Initialize a mirror repository for
+            synchronization from source repository.</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnsync initialize DEST_URL SOURCE_URL</programlisting>
+          <programlisting>svnsync initialize MIRROR_URL SOURCE_URL</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -7867,6 +7879,7 @@
 --config-dir DIR
 --no-auth-cache
 --non-interactive
+--quiet (-q)
 --source-password ARG
 --source-username ARG
 --sync-password ARG
@@ -7929,6 +7942,12 @@
 
           <para><command>svnsync synchronize</command> can be
             gracefully cancelled and restarted.</para>
+
+          <para>As of Subversion 1.5, you can limit svnsync to a
+            subdirectory of the source repository by specifying the
+            subdirectory as part of
+            the <replaceable>SOURCE_URL</replaceable>.</para>
+
         </refsect1>
 
         <refsect1>
@@ -7943,6 +7962,7 @@
 --config-dir DIR
 --no-auth-cache
 --non-interactive
+--quiet (-q)
 --source-password ARG
 --source-username ARG
 --sync-password ARG




More information about the svnbook-dev mailing list