Earlier quoted context omitted.
SVN is much easier to use for the standard corporate workflow of a group of people making commits to a project which mostly advances monotonically with continuous integration. Edit: also in a Windows environment, svn copes slightly better than git. First project we tried it on had the worst possible environment, a mix of Windows and Linux systems. Line ending nightmares everywhere. It also took a while to work out ho…
I'll second brusch64 here. I used SVN for 7 or 8 years and then Git for the past 3, with about a year of overlap (on different repos). To me, Git is vastly superior. I tend to use it in quite an "SVN-like" fashion - there's a single main trunk branch that we all share - but in terms of what I can do locally it blows SVN out of the water. The difference is that Git makes things that are hard or impossible in SVN trivi…
Most people just spout the same sheep-like line "git>svn" without being able to justify it!