On 07/25/2013 01:45 AM, Toshio Kuratomi wrote:
On Thu, Jul 25, 2013 at 09:02:47AM +1000, Tony Breeds wrote:

As an aside, Any guesses as to how big the ~/fedora-git dir would be
after running the script above?

Upwards of 9GB.  I'm working on a git-seed script right now and that's the
size of a checkout seed in the testing environment (which has an older sync
of the git repos).

-Toshio

If you're worried about the size, shallow clones could work for you in this case: git clone --depth 1
Read the man page for the limitations.

It might not save too much space, though -- compressed history tends to be small.

(`git fetch --unshallow` will bring in the history if you change your mind later.)

--
Petr³

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to