Re: [Libreoffice] One Git v2.0

2011-07-01 Thread Norbert Thiebaud
On Fri, Jul 1, 2011 at 11:32 AM, Jan Holesovsky wrote: > Hi Norbert, > > On 2011-06-30 at 15:37 -0500, Norbert Thiebaud wrote: > >> So, plan B, I tried to use git fast-export/import instead of git >> filter-branch. That plan proved successful and now the conversion >> itself takes about 30 _minute

Re: [Libreoffice] One Git v2.0

2011-07-01 Thread Jan Holesovsky
Hi Norbert, On 2011-06-30 at 15:37 -0500, Norbert Thiebaud wrote: > So, plan B, I tried to use git fast-export/import instead of git > filter-branch. That plan proved successful and now the conversion > itself takes about 30 _minutes_ (add another 15 for a final git gc of > the resulting core.git

Re: [Libreoffice] One Git v2.0

2011-07-01 Thread Michael Meeks
On Thu, 2011-06-30 at 15:37 -0500, Norbert Thiebaud wrote: > So, plan B, I tried to use git fast-export/import instead of git > filter-branch. That plan proved successful and now the conversion > itself takes about 30 _minutes_ (add another 15 for a final git gc of > the resulting core.git and a c

[Libreoffice] One Git v2.0

2011-06-30 Thread Norbert Thiebaud
0. Introduction === The fist incarnation of onegit.sh, despite all the tuning effort, was still taking 36 hours to run. That was within the 'we should be able to do the conversion over a week-end' criteria, but it was still painfully long. So, plan B, I tried to use git fast-export/import