On Sun, Feb 06, 2011 at 06:30:40PM +0100, Gour wrote: > On Sun, 6 Feb 2011 15:38:30 +0100 > Joerg Sonnenberger wrote: > > > I did write incremental export, but git is just too broken for that. > > I still have the patches around somewhere. > > Do you mean that fast-export/import spec is broken or Git's > implementation?
Git's implemenation of fast-import is broken when you try to actually use for incremental imports. You might want to try http://fossil.sonnenberger.org/info/134c7881cc, it should give a major performance boost for larger repositories. It doesn't handle file permissions at the moment though. Joerg _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

