2009/8/10 Jacek Caban <[email protected]>:
> Hi Reece,
>
> Reece Dunn wrote:
>>
>> 2009/8/10 Jacek Caban <[email protected]>:
>>>
>>> - We need a patched version of Mozilla
>>> These patches are in Wine Gecko source and some of them are already in
>>> Mozilla repository. Newer Mozilla version requires however another
>>> patches.
>>> I'd put them in a Git repository, but repo.or.cz doesn't seem to work
>>> lately. I think I should use another hosting server, any suggestions?
>>>
>>
>> I would recommend either GitHub (http://github.com) or Gitorious
>> (http://gitorious). You need to register for either of these, but
>> registration is free (with paid subscription giving you access to
>> things like private repositories, in GitHub's case and more storage
>> space).
>
> My .git directory is 1.3GB. GitHub offers only 300MB disc space and
> Gitorious offers only 500 MB/month bandwidth, so both are not good enough.

Is that after running `git gc`?

What about `git gc --prune=now`? "disable that grace period and get
rid of those unreferenced objects right away (safe only if no other
git activities are taking place at the same time which should be easy
to ensure on a workstation)." [1]

And `git gc --aggressive`?

Which git repository is it? If there is already an existing
repository, you may be able to get by with creating a fork of that
repository, so that github/gitorious don't account the actual base
repository in your allowance (at least... in theory).

[1] From the "git gc expanding packed data?" thread on the git mailing list.

- Reece


Reply via email to