Re: [PATCH v7 01/16] Implement a remote helper for svn in C

2012-08-28 Thread Junio C Hamano
Florian Achleitner writes: > Enable basic fetching from subversion repositories. When processing > remote URLs starting with testsvn::, git invokes this remote-helper. > It starts svnrdump to extract revisions from the subversion repository > in the 'dump file format', and converts them to a git-

[PATCH v7 01/16] Implement a remote helper for svn in C

2012-08-28 Thread Florian Achleitner
Enable basic fetching from subversion repositories. When processing remote URLs starting with testsvn::, git invokes this remote-helper. It starts svnrdump to extract revisions from the subversion repository in the 'dump file format', and converts them to a git-fast-import stream using the function