Jump to content

Version Control Systems: Difference between revisions

From LabVIEW Wiki
m remove duplicate headline
m fixed CVS link
Line 5: Line 5:
There are various tools and systems available. Some of the more popular ones are:
There are various tools and systems available. Some of the more popular ones are:


* [[Subversion]]
* [[https://de.wikipedia.org/wiki/Concurrent_Versions_System|CVS]]
* [[hg|Mercurial]]
* [[hg|Mercurial]]
* [[Git|Git]]
* [[Git|Git]]
* [[Subversion]]
* [https://de.wikipedia.org/wiki/Concurrent_Versions_System CVS]


[[Category:SCC]]
[[Category:SCC]]

Revision as of 09:42, 20 June 2019

Version Control Systems (also referred to as Source Control or Source Code Control systems) are software tools used to capture changes to documents or files. The version control software tracks every change to the code and stores it in a dedicated database.

Version Control Systems are typically used in software development to manage source code. If a developer makes a mistake, he can step back, match his code to previous versions of code, and implement fixes with minimal disruption to his teammates.

There are various tools and systems available. Some of the more popular ones are: