git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIP PATCH] Write stubby remote helper for SVN
@ 2010-05-10 11:39 Ramkumar Ramachandra
  2010-05-10 11:39 ` [WIP PATCH] Add skeleton " Ramkumar Ramachandra
  0 siblings, 1 reply; 7+ messages in thread
From: Ramkumar Ramachandra @ 2010-05-10 11:39 UTC (permalink / raw)
  To: Sverre Rabbelier, Git Mailing List; +Cc: srabbelier

This is a WIP patch based on master, and is part of my GSoC project
git-remote-svn. It is not intended for inclusion- the purpose of the
patch is to get feedback on aspects such as style and overall
design. I plan to put an SVN client, fast-import and fast-export
helpers for SVN inside a directory vcs-svn. Only this file will be in
the root directory.

I've also included a Makefile target git-remote-svn, which should
build just fine, but do nothing except list capabilities.

Ramkumar Ramachandra (1):
  Add skeleton remote helper for SVN

 Makefile     |    6 ++-
 remote-svn.c |  202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 207 insertions(+), 1 deletions(-)
 create mode 100644 remote-svn.c

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

end of thread, other threads:[~2010-05-10 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 11:39 [WIP PATCH] Write stubby remote helper for SVN Ramkumar Ramachandra
2010-05-10 11:39 ` [WIP PATCH] Add skeleton " Ramkumar Ramachandra
2010-05-10 12:00   ` Tay Ray Chuan
2010-05-10 12:31     ` Ramkumar Ramachandra
2010-05-10 12:59       ` Jonathan Nieder
2010-05-10 13:08         ` Ramkumar Ramachandra
2010-05-10 13:21           ` Jonathan Nieder

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