Version Control: Web Articles
- Fixing Capistrano 2.3.0 and Git Deploy Problem
Chris Bailey
How to get Capistrano 2.3 deploying happily with Git (issues existed due to dependency on the presence of tags). - Cleanly Migrate Your Subversion Repository To a GIT Repository
Cleanly import your Subversion repository into Git with history and users intact. This becomes a one-way import and doesn’t rely on git-svn after you are done. - Git SVN Workflow
Andy Delcambre
Using Git and Subversion together (maintaining linkage) and the commands you will need. - Distributed vs. Centralized Version Control
Ian Bicking
A brief discussion about the pros and cons between distributed and centralized version control systems. - Distributed Revision Control Systems: Git vs. Mercurial vs. SVN
Russell Beattie
Another view on the differences between various distributed and centralized version control systems.