Ollie Wild wrote:
Just another data point, my git-svn clone of trunk comes in at 414MB,
excluding the size of checked out files.  I'm assuming the public svn
is the complete history.

I'm about 35% through the process of cloning the entire gcc repository
via git-svnimport, and the .git directory is 5.0GB.  This includes all
branches.

Running git-gc more often during the first 60-70000 revisions will help a lot as far as disk space is concerned. git is killed by the same branches that killed cvs2svn in the first place.

Paolo

Reply via email to