Re: a github test: the php docs

[email protected] (David Soria Parra) Sat, 04 Apr 2009 18:40:39 +0200
Newsgroups svn.migration
Message-ID <[email protected]>
Philip Olson schrieb:
> 
> I did a simple git-cvsimport and github push of the docs and the results
> look okay:
> 
>   - http://github.com/philipolson/phpdocs/tree/master
> 
> I did not test or compare with the likes of parsecvs[1] or cvs2git but:
> 
>   - Generating (git-cvsimport) took about eight hours on my macbook
parsecvs would be much faster as it works locally and doesn't need a
remote connectivity.

>   - Repository size is about the same between cvs and git
With git repack -a -d --depth=250 --window=250 -f you can repack it to 33mb.
This will lead to a higher memory and cpu usage to resolve the deltas on
an clone but the repository is smaller.