git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIP PATCH] Plug SVN exporter into remote helper
@ 2010-05-25 17:00 Ramkumar Ramachandra
  2010-05-25 17:00 ` [WIP PATCH] Add remote SVN helper Ramkumar Ramachandra
  0 siblings, 1 reply; 2+ messages in thread
From: Ramkumar Ramachandra @ 2010-05-25 17:00 UTC (permalink / raw)
  To: Git Mailing List; +Cc: David Michael Barr, Sverre Rabbelier

Hi,

This is a work-in-progress based on master, and is not intended for
inclusion anytime in the near future. The remote helper should now
have a valid import capability. To use it, you must:

0. Checkout the `git-merge` branch of my svn-dump-fast-export fork
   into a fresh vcs-svn/ subdirectory on git.git `master`, and then
   build it with the Makefile rule provided.
1. Call the remote with a valid file (relative path is alright) passed
   in as an argv[1].
2. Give it the command "import foo" following by two newlines where
   "foo" is any arbitrary string that isn't blank.

[1]: http://github.com/artagnon/svn-dump-fast-export

Ramkumar Ramachandra (1):
  Add remote SVN helper

 .gitignore   |    1 +
 Makefile     |   14 ++++-
 remote-svn.c |  191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 205 insertions(+), 1 deletions(-)
 create mode 100644 remote-svn.c

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

end of thread, other threads:[~2010-05-25 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 17:00 [WIP PATCH] Plug SVN exporter into remote helper Ramkumar Ramachandra
2010-05-25 17:00 ` [WIP PATCH] Add remote SVN helper 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).