should i use git over subversion

Main menu:

Topics

Recent Posts

Blog

 

October 2009
M T W T F S S
« Sep   Nov »
 1234
567891011
12131415161718
19202122232425
262728293031  

Past Posts

Java/J2EE

JDBC

Other

Archive for October 18th, 2009

should i use git over subversion

October 18th, 2009 by Jeanne Boyarsky

I’ve heard good things about GIT and decided to see whether to use it over Subversion for a project. The first few benefits of GIT I encountered: Distributed nature/connectivity – you have access to the whole repository even if you don’t have network/internet connectivity Bisect command – to see when a bug introduced Disk space [...]