Chris Lee <chris133@xxxxxxxxx> wrote: > On 1/3/07, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: > >I should also point out that my git-fastimport hack that we used > >on the huge Mozilla import may be helpful here. Its _very_ fast > >as it goes right to a pack file, but there's no SVN frontend for > >it at this time. > > I would be *really* interested in playing with that. Where do I get it? Its a fork of git.git on repo.or.cz; the gitweb can be seen here: http://repo.or.cz/w/git/fastimport.git the clone url is: git://repo.or.cz/git/fastimport.git http://repo.or.cz/r/git/fastimport.git The entire code is in fast-import.c. The input stream it consumes comes in on STDIN and is documented in a large comment at the top of the file. All that's needed is to get data from SVN in a way that it can be fed into git-fastimport. -- Shawn. - 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