CSC/ECE 517 Fall 2009/wiki1a 5 a2: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== History of Version Control ==
== History of Version Control ==


Version Control (also called Revision Control, Source Code Control) is the name given to a category of software whose purpose is to manage changes to digital information in an automated fasion. Version Control software is used in all types of industry where the people work on computer files. Few examples of the types of these files are source code (e.g., in software development), design database (e.g., in semiconductor industry) etc. Today, revision control has become an integral part of the development especially with multiple people located at different geographical locations (and time zone) collborating on the same project.
Version Control (also called Revision Control, Source Code Control) is a category of software whose purpose is to manage changes to digital information in an automated way. Digital information, in this context could be source code of computer programs, design database or any other piece of work which is stored electronically. Before the advent of electronic storage, a hard copy (such as those on paper) was automatically granted as preserved. With storage getting shifted on to electronic media, it became both possible and necessary to have software which could keep track of changes to the information stored.  
 
Today, with development project typically spanning multiple geographical sites and people with different time schedules, Version Control program have become a necessity.

Revision as of 00:49, 8 September 2009

History of Version Control

Version Control (also called Revision Control, Source Code Control) is a category of software whose purpose is to manage changes to digital information in an automated way. Digital information, in this context could be source code of computer programs, design database or any other piece of work which is stored electronically. Before the advent of electronic storage, a hard copy (such as those on paper) was automatically granted as preserved. With storage getting shifted on to electronic media, it became both possible and necessary to have software which could keep track of changes to the information stored.

Today, with development project typically spanning multiple geographical sites and people with different time schedules, Version Control program have become a necessity.