On Mon, May 14, 2012 at 3:48 PM, Igor Filippov [Contr] <
filipp...@mail.nih.gov> wrote:

> I vote for keeping svn.
> What problem is going to be solved by moving to git?


Distributed repositories, offline development, easier branching, and
perhaps most noticeably, speed. I have an svn checkout and a git clone of
openbabel at the moment -- svn log takes 1m51s to fetch everything from the
server and print it. git log takes 255 milliseconds ;-)

But that's for a log, which is an unfair comparison between centralized and
distributed VCSs -- there's no network I/O for git there, so it will always
be much faster. I think the most practical reason to switch is the cheap
branching. Being able to work on several new features/bug fixes from the
same checkout is a very handy feature, and one that I sorely miss when I
have to work on an svn-hosted project.

Dave
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to