svnadmin dump --deltas option missing in synopsis

Julian Foad julianfoad at btopenworld.com
Mon Dec 15 03:36:47 CST 2008


On Sat, 2008-12-13 at 17:51 +0100, ycdtosa wrote:
> svnadmin dump --deltas option missing in synopsis
> 
> that is at line 
> <programlisting>svnadmin dump REPOS_PATH [-r LOWER[:UPPER]]
> [--incremental]</programlisting>
> 
> should be
> <programlisting>svnadmin dump REPOS_PATH [-r LOWER[:UPPER]]
> [--incremental] [--deltas]</programlisting>

Yes, I agree. Thank you for telling us.

> taht would be at line 4356 in ch09.xml as of r2128

> would patch but i don't know the rules. :-)

If you would like to make a patch in future, please have a look at some
other emails on this list that have a Subject starting with "[PATCH]".
The guidelines are basically the same as for the Subversion project,
written here: <http://subversion.tigris.org/hacking.html#patches>.

For your change I wrote the following log message:
[[[
In the synopsis of "svnadmin dump", add the missing "--deltas" option.

Patch by: ycdtosa <ycdtosa at gmail.com>

* src/en/book/ch09-reference.xml
  (svn.ref.svnadmin.c.dump): Add "--deltas" in the synopsis.
]]]


Committed in r3376. This change will appear in the on-line "nightly
build" version.

Thank you!
- Julian






More information about the svnbook-dev mailing list