[svnbook] r4028 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Fri Aug 19 14:38:25 CDT 2011


Revision: 4028
Author:   cmpilato at gmail.com
Date:     Fri Aug 19 12:38:09 2011
Log:      * en/book/ch09-reference.xml
   Document 'svnadmin load --bypass-prop-validation'.

http://code.google.com/p/svnbook/source/detail?r=4028

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

=======================================
--- /trunk/en/book/ch09-reference.xml	Fri Aug 19 12:25:56 2011
+++ /trunk/en/book/ch09-reference.xml	Fri Aug 19 12:38:09 2011
@@ -5461,6 +5461,14 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <term><option>--bypass-prop-validation</option></term>
+          <listitem>
+            <para>When loading a dump file, disable the logic which
+              validates property values.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><option>--clean-logs</option></term>
            <listitem>
@@ -6106,6 +6114,7 @@

            <informalexample>
              <screen>
+--bypass-prop-validation
  --force-uuid
  --ignore-uuid
  --memory-cache-size
@@ -6147,6 +6156,24 @@
  </screen>
            </informalexample>

+          <para>Newer versions of Subversion have grown more strict
+            regarding the format of the values of Subversion's own
+            built-in properties.  Of course, properties created with
+            older versions of Subversion wouldn't have benefitted from
+            that strictness, and as such might be improperly
+            formatted.  Dump streams carry property values as-is, so
+            using Subversion 1.7 to load dump streams created from
+            repositories with ill-formatted property values will, by
+            default, trigger a validation error.  There are several
+            workaround for this problem.  First, you can manually
+            repair the problematic property values in the source
+            repository and recreate the dump stream.  Or, you can
+            manually tweak the dump stream itself to fix those
+            property values.  Finally, if you'd rather not deal with
+            the problem right now, use the
+            <option>--bypass-prop-validation</option> option
+            with <command>svnadmin load</command>.</para>
+
          </refsect1>
        </refentry>





More information about the svnbook-dev mailing list