Size: 710
Comment:
|
← Revision 31 as of 2023-10-16 13:47:32 ⇥
Size: 674
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#rev 2018-09-25 pmeier #rev 2020-09-03 pmeier |
|
Line 4: | Line 6: |
== Available Version Contol Systems == | == Available Version Control Systems == |
Line 6: | Line 8: |
* [[Services/VersionControlSystems/Subversion|Subversion]] - Using '''svn''' * [[Services/VersionControlSystems/Trac|Trac]] - Enhanced '''wiki and issue tracking system''' for software development projects (available for all svn repositories) * [[Services/VersionControlSystems/Git|Git]] |
* [[Services/VersionControlSystems/Subversion|Subversion]] * [[Services/VersionControlSystems/GitlabUsagePolicy|Git]] ([[Services/VersionControlSystems/GitlabMigration|Gitlab ISG D-ITET to ID migration]]) |
What is Revision Control?
A revision control system maintains a central repository of files (often source code) which are intended to be editable by a selected group of persons. It stores past versions and information about who modified what at which time. You can read more about it here.