SVN or Git for source code management?

Flash4Ever

New member
Apr 7, 2010
1,214
12
0
MoneyShire
I am an early adopter of SVN for code subversion control and all my projects are managed by SVN.
Today I see so many projects migrating to Git.
What is your experience? Is worth to rethink all my code management and make a definitive move to Git?
 


GIT'ER'DONE

No, but really, git is "the next generation" of SCM (relative to SVN) and has many paradigm differences from simple CVS/SVN that make it superior for most use cases.

Mercurial and Bazaar are good too, but I feel git has wider adoption.
 
I like the no network latency of Git.

@uplinked
I think git is the next generation too

@ashbeats
I have played some minutes with git syntax, yes it's lighter than SVN, migration is not an issue.