From: Ramkumar Ramachandra <artagnon@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Cc: Sverre Rabbelier <srabbelier@gmail.com>,
Jonathan Nieder <jrnieder@gmail.com>,
David Michael Barr <david.barr@cordelta.com>
Subject: [WIP PATCH] The SVN RA client, finally
Date: Wed, 2 Jun 2010 15:08:35 +0200 [thread overview]
Message-ID: <1275484116-32520-1-git-send-email-artagnon@gmail.com> (raw)
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
next reply other threads:[~2010-06-02 13:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-02 13:08 Ramkumar Ramachandra [this message]
2010-06-02 13:08 ` [WIP PATCH] Add a skeleton RA SVN client Ramkumar Ramachandra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1275484116-32520-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=david.barr@cordelta.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
--cc=srabbelier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).