Re: [PATCH] git-svn: teach find-rev to find near matches

2013-01-18 Thread Junio C Hamano
Eric Wong writes: > I've pushed this out to git://bogomips.org/git-svn along with a few > other things I seem to have forgotten about :x > > John Keeping (1): > git-svn: teach find-rev to find near matches > > Jonathan Nieder (2): > Git::SVN::Editor::T: pass $deletions to ->A and ->D

Re: [PATCH] git-svn: teach find-rev to find near matches

2013-01-17 Thread Eric Wong
John Keeping wrote: > When a single SVN repository is split into multiple Git repositories > many SVN revisions will exist in only one of the Git repositories > created. For some projects the only way to build a working artifact is > to check out corresponding versions of various repositories, wi