Skip to end of metadata
Go to start of metadata

What is Version Control

This is about keeping all the source assets for a software system in a version control system, where any version of any file can be immediately recalled, so that changes can be compared, or even reversed, with ease.

Development Teams

Using a modern Version Control system, like Subversion, or perhaps CVS, means that multiple developers can work on a software project at the same time, and gives them tools to make it simple to integrate their work.

Coupled with a Continuous Integration system, its another way to reduce the risk of software development.

http://subversion.tigris.org/

Labels: