LWN.net Logo

Subversion considered obsolete

Subversion considered obsolete

Posted Apr 4, 2010 17:19 UTC (Sun) by lacostej (guest, #2760)
In reply to: Subversion considered obsolete by wahern
Parent article: A proposed Subversion vision and roadmap

* android uses git (under the hood). I don't see a problem with 'large'
trees. Maybe it isn't large enough for you. Seems to work for many.

* git-svn taking time is SVN's fault, not git. git svn is a bridge that
will check out the revisions using the svn client, one by one. As said
later in the comments, keep the git-svn clone on the server, done once
people will clone from that one instead.

* from my experience a full git history takes less space than the latest
svn checkout. And you can fully work offline, do branches, etc.

To me, SVN is an outdated technology. Git is harder to learn though and
people can (& do) make mistakes until they grasp properly the DVCS
concepts.

Note: hg is a compelling alternative and some people might want to look at
http://hginit.com/ for introduction


(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