LWN.net Logo

Subversion considered obsolete

Subversion considered obsolete

Posted Apr 5, 2010 17:21 UTC (Mon) by chad.netzer (guest, #4257)
In reply to: Subversion considered obsolete by peschmae
Parent article: A proposed Subversion vision and roadmap

"git clone --depth" has some severe drawbacks, in that you cannot push or fetch from it. So any commits you make have to be made into patches and mailed to someone with a full repo (ie, a team of developers still all need full repos to work effectively with each other).

But yes, in practice, git stores source code repos very compactly, and by doing branch operations in place (rather than using separate directory copies for each "branch"), it uses much less space per client than SVN checkouts for a busy developer. And its also *much* faster for the same reason.


(Log in to post comments)

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