Port a recent change made in /trunk to my branch. Original log
message follows:
--
Author: cmpilato
Date: 2002-08-09 00:35:08 -0500 (Fri, 09 Aug 2002)
New Revision: 2920
With this change, a script (like the one added to the handbook) can
run incremental dumps which a) do not have their first revision as a
complete tree, and therfore b) can be appended to preceding a dumpfile
without ruining that dumpfile's integrity.
* subversion/svnadmin/main.c
(usage): Consistify some spacing and "option" usage (man, we need a
real options parser here). Switch the order of the args for
"lstxns". Add "--incremental" option for "dump".
(main): Switch arg ordering for "lstxns". Support "--incremental"
option for "dump". Look for "--copies" instead of "copies" in
"lscr" case.
* subversion/include/svn_repos.h
* subversion/libsvn_repos/dump.c
(svn_repos_dump_fs): Add 'incremental' argument.
* subversion/doc/handbook/repos_admin.texi
(Migrating a repository): Document this new behavior, and remove all
the hackery that used to be required when doing partial dumps/loads.
git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/issue-842-dev@842995 13f79535-47bb-0310-9956-ffa450edef68
4 files changed