dist-hg proof-of-concept ready for use

Florian La Roche laroche at redhat.com
Tue Nov 14 14:43:15 UTC 2006


> to repack seems pretty ridiculous to me.  Why wouldn't a cvs import 
> automatically repack and prune after the import?

Current releases of git-cvsimport automatically repack after a fixed
set of commits. Though maybe you want to specify on how packing is done
for even better boundaries or other reasons...

from git-cvsimport:
                commit();
                if (($commitcount & 1023) == 0) {
                        system("git repack -a -d");
                }


regards,

Florian La Roche




More information about the Fedora-maintainers mailing list