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
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
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
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