Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] git/gerrit

On 8 June 2010 21:53, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
> Looking at the Linux kernel, the checkout is at 428MB and the .git directory
> is at 346MB.
> For us, org.eclipse.cdt currently checks out at 187MB. The .git directory is
> at 150MB. Of the things in the repo, we have a bunch of things that could be
> tossed including 25MB of 'old'.
> So I for one don't think it's too big. Especially since I tend to check out
> the entire CDT (and so should you ;).
> :D

I thought it was much larger than that!  The first checkout will be
heavy, but subsequent pulls won't be so bad.

Getting rid of 'old' is a just a few git filter-branches away ;)

Cheers,
James

>
> On Tue, Jun 8, 2010 at 4:31 PM, Pawel Piech <pawel.piech@xxxxxxxxxxxxx>
> wrote:
>>
>> On 06/08/2010 01:21 PM, James Blackburn wrote:
>>>
>>>    -  We need to work out the granularity of the git repos.  All of
>>> CDT is hundreds of MB which I thought was a bit big... What do people
>>> think?
>>>
>>
>> Splitting up along the lines of CDT components would make sense.  Although
>> that may leave some components too fine while the core component may still
>> be too large.
>>
>> Cheers,
>> Pawel
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top