MarkMaunder dot com

Which revision/source/version control software to use

I got a question in the comments of my previous post re this, so I’m going to weigh in real quick:

I’ve used CVS, Subversion (SVN) and Git and dabbled with a few commercial products.

Use “git”. Here’s why:

  • If it’s not already the most popular, it will be soon.
  • It is used for the Linux Kernel and was designed by Linus Torvalds, creator of Linux. If it can handle Linux’s source and a distributed team that size, your project will do just fine.
  • It’s incredibly fast, which is important if you have lots of source and larger files.
  • It’s very robust. This was one of the original design considerations.
  • It’s designed to work well with a distributed team.
  • It’s extremely well supported and many complementary open source and proprietary products are available for git. Check out GitHub for example.
  • It specifically fixes flaws in previous revision control systems like CVS so there are many learnings built in that make it better than older systems.
  • If you plan to collaborate on an open source project, you’re probably going to be using Git anyway.
I still have some of my legacy projects on Subversion purely because my deployment system is built on subversion. But everything new I do is on Git, both open and closed source.

2 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *

My name is Mark Maunder. I've been blogging since around 2003 when I started on Movable Type and ended up on WordPress which is what I use to publish today. With my wife Kerry, I'm the co-founder of Wordfence which protects over 5 million WordPress sites from hackers and is run by a talented team of 36 people. I'm an instrument rated pilot and I fly a Cessna 206 along with a 1964 Cessna 172 in the Pacific Northwest and Colorado. I'm originally from Cape Town, South Africa but live in the US these days. I code in a bunch of languages and am quite excited about our emerging AI overlords and how they're going to be putting us to work for them.