git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GSoC update extra!] git-remote-svn: Week 7
@ 2010-06-18 18:42 Ramkumar Ramachandra
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Ramkumar Ramachandra @ 2010-06-18 18:42 UTC (permalink / raw)
  To: Git Mailing List
  Cc: David Michael Barr, Jonathan Nieder, Sverre Rabbelier,
	Daniel Shahaf

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

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

end of thread, other threads:[~2010-06-18 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 18:42 [GSoC update extra!] git-remote-svn: Week 7 Ramkumar Ramachandra
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

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