This patch set adds a few options for svn-fe that can be used in a svn remote helper and useful in general for vcs-svn/. The last three patches add the options, others prepare the ground for them. The patch base is svn-fe branch at git://repo.or.cz/git/jrn.git Dmitry Ivankov (8): vcs-svn: move url parameter from _read to _init svn-fe: add man target to Makefile svn-fe: add EXTLIBS needed for parse-options svn-fe: add usage and unpositional arguments versions test-svn-fe: use parse-options vcs-svn: allow to specify dump destination ref vcs-svn: convert REPORT_FILENO to an option vcs-svn: allow to disable 'progress' lines contrib/svn-fe/Makefile | 18 ++++---- contrib/svn-fe/svn-fe.c | 42 +++++++++++++++++-- contrib/svn-fe/svn-fe.txt | 29 +++++++++++-- t/t9010-svn-fe.sh | 99 +++++++++++++++++++++++++++++++++++++-------- test-svn-fe.c | 50 ++++++++++++++++------- vcs-svn/fast_export.c | 13 +++++- vcs-svn/fast_export.h | 2 +- vcs-svn/svndump.c | 11 ++--- vcs-svn/svndump.h | 4 +- 9 files changed, 205 insertions(+), 63 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