[svnbook commit] r3504 - Correct the description of "--ignore-uuid".

codesite-noreply at google.com codesite-noreply at google.com
Wed May 20 12:29:16 CDT 2009


Author: julianfoad at btopenworld.com
Date: Wed May 20 10:28:30 2009
New Revision: 3504

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

Log:
Correct the description of "--ignore-uuid".

Found by: "Cousin Scuzzy" <cousinscuzzy {_AT_} hotmail.com>

* src/en/book/ch09-reference.xml
   (svn.ref.svnadmin.sw): Correct the description of "--ignore-uuid".
     Also, lose the "<literal>" mark-up of "UUID", as "UUID" isn't a
     literal quotation and the mark-up was inconsistent.


Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Wed May 20 10:28:30 2009
@@ -5377,24 +5377,21 @@
          <varlistentry>
            <term><option>--force-uuid</option></term>
            <listitem>
-            <para>By default, when loading data into repository that
+            <para>By default, when loading data into a repository that
                already contains revisions, <command>svnadmin</command>
-              will ignore the <literal>UUID</literal> from the dump
-              stream.  This option will cause the repository's
-              <literal>UUID</literal> to be set to the
-              <literal>UUID</literal> from the stream.</para>
+              will ignore the UUID from the dump stream.  This option
+              will cause the repository's UUID to be set to the UUID
+              from the stream.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--ignore-uuid</option></term>
            <listitem>
-            <para>By default, when loading an empty repository,
-              <command>svnadmin</command> will ignore the
-              <literal>UUID</literal> from the dump stream.  This
-              option will force that UUID to be ignored (useful for
-              overriding your configuration file if it has
-              <option>--force-uuid</option> set).</para>
+            <para>By default, when loading data into an empty repository,
+              <command>svnadmin</command> will set the repository's UUID
+              to the UUID from the dump stream.  This option will cause
+              the UUID from the stream to be ignored.</para>
            </listitem>
          </varlistentry>





More information about the svnbook-dev mailing list