Fix book: chapter 5: svnadmin: "archive" subcommand was missing.
* doc/book/book/ch05.xml
Add "svnadmin archive" subcommand with a one-line description.
Index: doc/book/book/ch05.xml
===================================================================
--- doc/book/book/ch05.xml (revision 6567)
+++ doc/book/book/ch05.xml (working copy)
@@ -757,9 +757,9 @@
Type "svnadmin help <subcommand>" for help on a specific subcommand.
Available subcommands:
+ archive
create
createtxn
- dump
…
</screen>
@@ -772,6 +772,13 @@
<variablelist>
<varlistentry>
+ <term><literal>archive</literal></term>
+ <listitem>
+ <para>Asks Berkeley DB which logfiles can be safely deleted.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><literal>create</literal></term>
<listitem>
<para>Creates a new Subversion repository.</para>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 25 03:16:25 2003