On Tue, Nov 22, 2011 at 03:06:45PM -0500, Mark Phippard wrote: > He also has his reposurgeon tool that does not operate on dump files > but git fast-import streams: > > http://freecode.com/projects/reposurgeon > > Maybe should be looking at better ways to interact with that format so > we can benefit from tools created around it?
I would love to see support for the git-fast-import format in 'svnadmin load'. I've looked into this a small bit. There are some complexities, e.g. with translating between merge history representations git and svn are using. But I think it is feasible, just not trivial.