LWN.net Logo

Gentoo debates recruitment schemes

Gentoo debates recruitment schemes

Posted Aug 3, 2012 17:44 UTC (Fri) by jimparis (subscriber, #38647)
In reply to: Gentoo debates recruitment schemes by shentino
Parent article: Gentoo debates recruitment schemes

That doesn't make sense. CVS is terrible with file addition and removal -- you can't delete directories and it has no concept of file renames. Git, on the other hand, fully supports renames or even the fact that a new file is substantially similar to an old one. And, critically, changes like adding, deleting, or moving files can be represented as all being part of a single changeset, which CVS cannot do.

Openembedded is using Git just fine and that seems like very similar usage to the portage tree.


(Log in to post comments)

Gentoo debates recruitment schemes

Posted Aug 3, 2012 17:47 UTC (Fri) by johill (subscriber, #25196) [Link]

Plus, if you actually care all that much about the data transfer, you can use shallow clones.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds