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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html