Differences between revisions 19 and 20
Revision 19 as of 2009-06-16 09:25:33
Size: 1166
Editor: 77-56-110-124
Comment:
Revision 20 as of 2009-06-16 09:34:57
Size: 1214
Editor: 77-56-110-124
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * [[Services/VersionControlSystems/Trac|Trac]] - A '''project managing''' feature available for all svn repositories  * [[Services/VersionControlSystems/Trac|Trac]] -Enhanced '''wiki and issue tracking system''' for software development projects (available for all svn repositories)

An Introduction to Revision Control Systems

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.

Available Version Contol Systems

Currently we have installed Subversion on all our platforms. Subversion is the de-facto replacement of the well-known CVS version control system. CVS is also available in our environment, but we plan to completely replace the CVS repositories with Subversion ones in the long term.

  • Subversion - Using svn

  • CVS - Using cvs

  • Trac -Enhanced wiki and issue tracking system for software development projects (available for all svn repositories)

Services/VersionControlSystems (last edited 2023-10-16 13:47:32 by alders)