From: Ramkumar Ramachandra <artagnon@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Cc: David Michael Barr <david.barr@cordelta.com>,
Jonathan Nieder <jrnieder@gmail.com>,
Sverre Rabbelier <srabbelier@gmail.com>,
Daniel Shahaf <daniel@shahaf.name>
Subject: [GSoC update extra!] git-remote-svn: Week 7
Date: Fri, 18 Jun 2010 20:42:09 +0200 [thread overview]
Message-ID: <1276886531-19037-1-git-send-email-artagnon@gmail.com> (raw)
Hi,
I thought I'd post a quick update again this week, since there's been
some more progress. Daniel Shahaf has been awesome in helping me get
acquainted with libsvn. I've made some more progress with the client
and have gained some confidence- I should be able to complete the
"dump editor" soon, but there are plenty of ifs and buts with respect
to deltas. Hopefully, many of those doubts will be clear by next week.
-- Ram
Ramkumar Ramachandra (2):
Add skeleton RA svnclient
Add stripped dump editor
Makefile | 4 +
debug_editor.c | 413 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
debug_editor.h | 6 +
dump_editor.c | 365 +++++++++++++++++++++++++++++++++++++++++++++++++
dump_editor.h | 10 ++
svnclient_ra.c | 138 +++++++++++++++++++
6 files changed, 936 insertions(+), 0 deletions(-)
create mode 100644 Makefile
create mode 100644 debug_editor.c
create mode 100644 debug_editor.h
create mode 100644 dump_editor.c
create mode 100644 dump_editor.h
create mode 100644 svnclient_ra.c
next reply other threads:[~2010-06-18 18:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-18 18:42 Ramkumar Ramachandra [this message]
2010-06-18 18:42 ` [WIP PATCH 1/2] Add skeleton RA svnclient Ramkumar Ramachandra
2010-06-18 18:42 ` [WIP PATCH 2/2] Add stripped dump editor 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=1276886531-19037-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=daniel@shahaf.name \
--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).