Re: dist-hg proof-of-concept ready for use

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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

--
Fedora-maintainers mailing list
Fedora-maintainers@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers

--
Fedora-maintainers-readonly mailing list
Fedora-maintainers-readonly@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly

[Index of Archives]     [Fedora Users]     [Fedora Development]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux