You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Juanma Barranquero <le...@mi.madritel.es> on 2004/02/15 15:46:45 UTC

[PATCH] Reference to list-used-dblogs in ch05.xml must be list-dblogs

C:\> svnadmin help
general usage: svnadmin SUBCOMMAND REPOS_PATH  [ARGS & OPTIONS ...]
Type "svnadmin help <subcommand>" for help on a specific subcommand.

Available subcommands:
   create
   deltify
   dump
   help (?, h)
   hotcopy
   list-dblogs
   list-unused-dblogs
   load
   lstxns
   recover
   rmtxns
   setlog
   verify

                                                           /L/e/k/t/u



Index: doc/book/book/ch05.xml
===================================================================
--- doc/book/book/ch05.xml      (revision 8653)
+++ doc/book/book/ch05.xml      (working copy)
@@ -1141,5 +1141,5 @@
           <command>svnadmin</command> tool.  For example,
           <command>svnadmin list-unused-dblogs</command> and
-          <command>svnadmin list-used-dblogs</command> perform a
+          <command>svnadmin list-dblogs</command> perform a
           subset of what is provided by Berkeley's
           <command>db_archive</command> command, and <command>svnadmin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Reference to list-used-dblogs in ch05.xml must be list-dblogs

Posted by "C. Michael Pilato" <cm...@collab.net>.
Juanma Barranquero <le...@mi.madritel.es> writes:

> Index: doc/book/book/ch05.xml
> ===================================================================
> --- doc/book/book/ch05.xml      (revision 8653)
> +++ doc/book/book/ch05.xml      (working copy)
> @@ -1141,5 +1141,5 @@
>            <command>svnadmin</command> tool.  For example,
>            <command>svnadmin list-unused-dblogs</command> and
> -          <command>svnadmin list-used-dblogs</command> perform a
> +          <command>svnadmin list-dblogs</command> perform a
>            subset of what is provided by Berkeley's
>            <command>db_archive</command> command, and <command>svnadmin

Oh!  Good catch.  Thanks, Juanma.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org