Re: [fossil-users] Working with large repository

2014-06-17 Thread Eduardo Morras
On Tue, 17 Jun 2014 17:39:45 +0200 Stephan Beal wrote: > On Tue, Jun 17, 2014 at 5:30 PM, Eduardo Morras > wrote: > > > git fast-export > xz -vv --lzma2=preset3,dict=256MiB git.xz > > xzcat -vv git.xz > fossil import git.fossil > > > > That is a _very_ interesting trick. You can pause it, vi

Re: [fossil-users] Working with large repository

2014-06-17 Thread Baptiste Daroussin
I'll be able to tell you if ever this conversion finishes :) right now 88H and still running @eduardo at the time iirc the git export did not contain the full history but a small part of it, right now for sure it contains the full history 2014-06-17 17:39 GMT+02:00 Stephan Beal : > On Tue, Jun 17

Re: [fossil-users] Working with large repository

2014-06-17 Thread Stephan Beal
On Tue, Jun 17, 2014 at 5:30 PM, Eduardo Morras wrote: > git fast-export > xz -vv --lzma2=preset3,dict=256MiB git.xz > xzcat -vv git.xz > fossil import git.fossil > That is a _very_ interesting trick. Question to you both: do you know if fossil has generated any delta manifests in the import?

Re: [fossil-users] Working with large repository

2014-06-17 Thread Eduardo Morras
On Mon, 16 Jun 2014 23:08:22 +0200 Baptiste Daroussin wrote: > Hi, > > I just want to share some feedback, for fun I tried to convert some of > the FreeBSD repositories to fossil to see how it performs > > I first tried the FreeBSD Documentation repository, to go the easy way > I took the FreeB

[fossil-users] Working with large repository

2014-06-16 Thread Baptiste Daroussin
Hi, I just want to share some feedback, for fun I tried to convert some of the FreeBSD repositories to fossil to see how it performs I first tried the FreeBSD Documentation repository, to go the easy way I took the FreeBSD git mirror (https://github.com/freebsd/freebsd-doc and run git fast-export