Reece Dunn wrote:
2009/8/10 Jacek Caban <ja...@codeweavers.com>:
Hi Reece,

Reece Dunn wrote:
2009/8/10 Jacek Caban <ja...@codeweavers.com>:
- 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`?

I've tried git gc before, but --aggressive option really surprised me. It cat the size down to 132 MB. It would be enough for GitHub, so we may consider using it.

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

Mozilla uses hg, not git. I know about two unofficial git repositories:
http://git.debian.org/?p=pkg-mozilla/mozilla-central.git;a=summary
and on repo.or.cz, but both are not updated. I've imported it myself from hg repository.


Thanks,
   Jacek



Reply via email to