OSS Web Dev Methodologies Post 3: Version Control Systems
January 24th, 2008 | OSS Web Dev Methodologies, Open Source | No commentsIf you don’t use a version control system (aka “Source Control” and “Revision Control”), then start. If you’re unfamiliar with the concept, read up on the Wikipedia entry. In a nutshell, a version control system is the best way to allow multiple developers make changes to a single code base. The features and advantages of [...]