Why is Git better than Subversion?

Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I’ve been using Subversion for a few years and after using SourceSafe, I just love Subversion. Combined with TortoiseSVN, I can’t really imagine how it could be any better. … Read more

How and/or why is merging in Git better than in SVN?

I’ve heard in a few places that one of the main reasons why distributed version control systems shine, is much better merging than in traditional tools like SVN. Is this actually due to inherent differences in how the two systems work, or do specific DVCS implementations like Git/Mercurial just have cleverer merging algorithms than SVN? … Read more

Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN

I have several virtual hosts setup, three of them pull files via SVN when needed(though only the trunk folder actually needs this), using SVN for other versions make for easy patch creation, or easy file replacement if i hack a core file. My question is whether i can checkin a plugin from directly inside the … Read more

Should I use SVN or Git?

I’ve never used version control before, but I’m starting to work more collaboratively on WordPress plugins and themes and I think it would be a good idea to have a record of versions and updates. WordPress seems to favour SVN, but Git seems to be the new, cooler alternative. Which version control do you use … Read more