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