You are an anonymous user who can't edit RoboWiki.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Difference between revisions of "Version Control Systems"
Jump to navigation
Jump to search
(Initial page.) |
(Add cat progo.) |
||
Line 13: | Line 13: | ||
==External Links== | ==External Links== | ||
*[http://en.wikipedia.org/wiki/Revision_control Revision Control Wikipedia Article] | *[http://en.wikipedia.org/wiki/Revision_control Revision Control Wikipedia Article] | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 13:05, 15 February 2010
Version Control System(s) "VCS" are a type of software that manages changes to documents or files.
Use
VCS are used when the user wishes to keep a timeline of all changes to files. A system like this is used on this wiki (MediaWiki).
When a user makes a change to the file, the VCS will note that the file has changed. Later, when the user wishes to commit their change, meaning that they wish to add another event to the timeline/history of changes, they add a comment so that they know what they changed in this commit or revision of files.