CSC/ECE 517 Fall 2012/ch1 1w1 rk

From Expertiza_Wiki
Revision as of 00:20, 6 September 2012 by Rchakar (talk | contribs)
Jump to navigation Jump to search

Introduction

A version control system (VCS) is a process for managing software codes,files and directory structures and corresponding updates made to them during software development, web development etc. project or during subsequent project maintenances. Version control is also known as revision control, source control or software configuration management (SCM)[6]. Any software development project is a dynamic and fast paced environment. In a typical setting, development for a project is performed simultaneously by many developers. Thus, incorporating all the changes made, either simultaneously or at different times, poses a new type of challenge. This wikibook chapter focuses mainly on the development history of different version control systems.