Version Control
- VCS allows you to keep track of all software development and
maintenance activities taking place on the network.
- Eliminates conflicting software changes by multiple programmers.
- Allows parallel development, merging and branching functionality.
- Creates a controlled method for checking out files from a source
library.
- Promotes new versions into quality control and production locations.