We have used a variety of version control systems in the past. My current thinking is that git is the next one true path, as it seems to have the largest open source developer market share. Unlike subversion distributed version control system don't require that you have administrative privileges to start using version control for your small project. = GIT = == Learning Git == * [[ http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html | Official Git Tutorial ]] * [[ http://www.kernel.org/pub/software/scm/git/docs/everyday.html | Everyday Git ]] * [[ http://www.kernel.org/pub/software/scm/git/docs/ | Git documentation ]] * [BOOK] [[ http://oreilly.com/catalog/9780596520137 | Version Control with Git ]] == Using Gitosis == * [[http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way | Local Git hosting ]] == Converting from svn == * [[ http://john.albin.net/git/convert-subversion-to-git | Convert from svn to git ]] - detailed walk through. (though appears to assume git 1.7.0 or higher)