git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIP PATCH] The SVN RA client, finally
@ 2010-06-02 13:08 Ramkumar Ramachandra
  2010-06-02 13:08 ` [WIP PATCH] Add a skeleton RA SVN client Ramkumar Ramachandra
  0 siblings, 1 reply; 2+ messages in thread
From: Ramkumar Ramachandra @ 2010-06-02 13:08 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Sverre Rabbelier, Jonathan Nieder, David Michael Barr

The skeleton SVN RA client currently looks like a stripped-down
version of svnsync. It was admittedly very time-consuming and
frustrating to get this far: Hopefully, the actual dumping won't take
too much longer. I've also provided a small Makefile to build and test
this.

Note that I'm developing this on my fork of svn_dump_fast_export, not
on my fork of git.git.

-- Ram

Ramkumar Ramachandra (1):
  Add a skeleton RA SVN client

 Makefile       |    2 +
 svnclient_ra.c |  113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 115 insertions(+), 0 deletions(-)
 create mode 100644 Makefile
 create mode 100644 svnclient_ra.c

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

end of thread, other threads:[~2010-06-02 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 13:08 [WIP PATCH] The SVN RA client, finally Ramkumar Ramachandra
2010-06-02 13:08 ` [WIP PATCH] Add a skeleton RA SVN client Ramkumar Ramachandra

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).