This is a next iteration of [1]. Most Noticeable changes since [1] are: 1) squash [2/11] and [4/11] into [3/10] "use parse-options" 2) replace [11/11] with a lesser patch that just adds api for writing notes in vcs-svn/ but doesn't yet uses it. So that the series is more stable, while exact notes usage can be adjusted and played with a bit more separately. 3) applied most of suggestions from [1] with minor edits 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/177025 Dmitry Ivankov (10): svn-fe: add man target to Makefile svn-fe: add EXTLIBS needed for parse-options svn-fe,test-svn-fe: use parse-options vcs-svn: make svndump_init parameters a struct 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: add fast_export_note to create notes contrib/svn-fe/Makefile | 18 ++++---- contrib/svn-fe/svn-fe.c | 45 ++++++++++++++++-- contrib/svn-fe/svn-fe.txt | 38 +++++++++++++-- t/t9010-svn-fe.sh | 118 ++++++++++++++++++++++++++++++++++++++------- test-svn-fe.c | 57 ++++++++++++++++------ vcs-svn/fast_export.c | 60 ++++++++++------------- vcs-svn/fast_export.h | 10 ++-- vcs-svn/svndump.c | 79 ++++++++++++++++++++++++------ vcs-svn/svndump.h | 14 +++++- 9 files changed, 332 insertions(+), 107 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