C. Michael Pilato wrote:
> Sadly, 'svnadmin help's usage message isn't very helpful, because it uses
> "diff vs. fulltext" to describe for --incremental instead of "changed paths
> vs. all paths".
Fixed in r33361. 'svnadmin help dump' now reads:
...
Dump the contents of filesystem to stdout in a 'dumpfile'
portable format, sending feedback to stderr. Dump revisions
LOWER rev through UPPER rev. If no revisions are given, dump all
revision trees. If only LOWER is given, dump that one revision tree.
If --incremental is passed, the first revision dumped will describe
only the paths changed in that revision; otherwise it will describe
every path present in the repository as of that revision. (In either
case, the second and subsequent revisions, if any, describe only paths
changed in those revisions.)
...
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-09-30 18:38:47 CEST