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

fitz noreply at red-bean.com
Fri Jun 20 23:13:12 CDT 2008


Author: fitz
Date: Fri Jun 20 23:13:12 2008
New Revision: 3160

Log:
Document a few new options to svnadmin.

Thanks to Karl Heinz Marbaise (khmarbaise at gmx.de) for finding this.

* src/en/book/ch09-reference.xml: Document --pre-1.[4|5]-compatible.


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:13:12 2008
@@ -5401,6 +5401,24 @@
         </varlistentry>
 
         <varlistentry>
+          <term><option>--pre-1.4-compatible</option></term>
+          <listitem>
+            <para>When creating a new repository, use a format that is
+            compatible with versions of Subversion earlier than
+            Subversion 1.4.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><option>--pre-1.5-compatible</option></term>
+          <listitem>
+            <para>When creating a new repository, use a format that is
+            compatible with versions of Subversion earlier than
+            Subversion 1.5.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term><option>--revision</option> (<option>-r</option>)
           <replaceable>ARG</replaceable></term>
           <listitem>
@@ -5562,6 +5580,8 @@
 --bdb-log-keep
 --config-dir DIR
 --fs-type TYPE
+--pre-1.4-compatible
+--pre-1.5-compatible
 </screen>
         </refsect1>
 




More information about the svnbook-dev mailing list