git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] vcs-svn, svn-fe: add a couple of options
@ 2011-07-03 17:57 Dmitry Ivankov
  2011-07-03 17:57 ` [PATCH 1/8] vcs-svn: move url parameter from _read to _init Dmitry Ivankov
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Dmitry Ivankov @ 2011-07-03 17:57 UTC (permalink / raw)
  To: git; +Cc: Jonathan Nieder, David Barr, Dmitry Ivankov

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-07-06 11:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03 17:57 [PATCH 0/8] vcs-svn, svn-fe: add a couple of options Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 1/8] vcs-svn: move url parameter from _read to _init Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 2/8] svn-fe: add man target to Makefile Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 3/8] svn-fe: add EXTLIBS needed for parse-options Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 4/8] svn-fe: add usage and unpositional arguments versions Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 5/8] test-svn-fe: use parse-options Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 6/8] vcs-svn: allow to specify dump destination ref Dmitry Ivankov
2011-07-03 17:57 ` [PATCH 7/8] vcs-svn: convert REPORT_FILENO to an option Dmitry Ivankov
2011-07-06 10:09   ` Ramkumar Ramachandra
2011-07-03 17:57 ` [PATCH 8/8] vcs-svn: allow to disable 'progress' lines Dmitry Ivankov
2011-07-06  8:25   ` Ramkumar Ramachandra
2011-07-06 10:14     ` Dmitry Ivankov
2011-07-06 11:40       ` Ramkumar Ramachandra
2011-07-04 11:06 ` [PATCH 0/8] vcs-svn, svn-fe: add a couple of options Sverre Rabbelier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).