Difference between revisions of "SCM"

From ProgClub
Jump to: navigation, search
(Adding info about version control systems....)
 
(versioning...)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is about ProgClub's Server Configuration Management.
+
This is about ProgClub's Server Configuration Management. You can read about [http://en.wikipedia.org/wiki/Software_configuration_management Software Configuration Management] on Wikipedia.
 +
 
 +
= Version number format =
 +
 
 +
We have a spec concerning [[versioning]] of our projects.
  
 
= Version control systems =
 
= Version control systems =
Line 7: Line 11:
 
* [[Subversion]]
 
* [[Subversion]]
 
* [[Git]]
 
* [[Git]]
 +
 +
= Web access =
 +
 +
The version control systems can be browsed on the web:
 +
 +
* [https://www.progclub.org/pcrepo/ pcrepo] for Subversion
 +
* [https://www.progclub.org/pcrepo-query pcrepo-query] for Subversion reporting.
 +
* [https://www.progclub.net/gitweb/ gitweb] for Git

Latest revision as of 13:43, 17 February 2017

This is about ProgClub's Server Configuration Management. You can read about Software Configuration Management on Wikipedia.

Version number format

We have a spec concerning versioning of our projects.

Version control systems

ProgClub provides two Version Control Systems:

Web access

The version control systems can be browsed on the web: