This is a second iteration of [1]. The most significant changes since [1] are: 1) svndump_init parameters are wrapped into a struct svndump_init_args This way it is a bit easier to play with various parameters. Thanks to Ram for insisting on this. 2) added [6/11] "vcs-svn: move commit parameters logic to svndump.c" Now fast_export is touched only in one commit of this series and there are other nice implications mentioned in the commit message. 3) added [10/11] and [11/11] - two more options to be used in a upcoming iteration of remote-svn-alpha series The patch base is svn-fe branch at git://repo.or.cz/git/jrn.git [1] http://thread.gmane.org/gmane.comp.version-control.git/176578 Dmitry Ivankov (11): svn-fe: add man target to Makefile test-svn-fe: use parse-options svn-fe: add EXTLIBS needed for parse-options svn-fe: add usage and unpositional arguments versions vcs-svn: move url parameter from _read to _init vcs-svn: move commit parameters logic to svndump.c vcs-svn,svn-fe: allow to specify dump destination ref vcs-svn,svn-fe: convert REPORT_FILENO to an option vcs-svn,svn-fe: allow to disable 'progress' lines vcs-svn,svn-fe: add --incremental option vcs-svn,svn-fe: add an option to write svnrev notes contrib/svn-fe/Makefile | 18 +++--- contrib/svn-fe/svn-fe.c | 46 ++++++++++++- contrib/svn-fe/svn-fe.txt | 37 +++++++++-- t/t9010-svn-fe.sh | 157 +++++++++++++++++++++++++++++++++++++++----- test-svn-fe.c | 59 +++++++++++++---- vcs-svn/fast_export.c | 44 ++++--------- vcs-svn/fast_export.h | 8 ++- vcs-svn/svndump.c | 82 +++++++++++++++++++---- vcs-svn/svndump.h | 11 +++- 9 files changed, 361 insertions(+), 101 deletions(-) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html