From: Ramkumar Ramachandra <artagnon@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Cc: David Michael Barr <david.barr@cordelta.com>,
Sverre Rabbelier <srabbelier@gmail.com>
Subject: [WIP PATCH] Plug SVN exporter into remote helper
Date: Tue, 25 May 2010 19:00:17 +0200 [thread overview]
Message-ID: <1274806818-10904-1-git-send-email-artagnon@gmail.com> (raw)
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
next reply other threads:[~2010-05-25 16:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-25 17:00 Ramkumar Ramachandra [this message]
2010-05-25 17:00 ` [WIP PATCH] Add remote SVN helper 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=1274806818-10904-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=david.barr@cordelta.com \
--cc=git@vger.kernel.org \
--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).