Software Configuration Management: Difference between revisions
Redirected page to Configuration management |
No edit summary |
||
Line 1: | Line 1: | ||
Software Configuration Management (''SCM'') tools are toolkits that handle all and any aspects of managing source code. In the commercial world there has been a tendency to integrate all functions of source code management into all singing and all dancing multi-user development toolkits that (potentially) handle anything from initial creation to issue tracking and everything in between, but in the open source world there has been more popular to separate the "creation time" management tasks into single user [[make]] like utilities and have versioning as a separate set of multi-user tools and so on so forth. | |||
This sort of a modular approach has its advantages, but the downside is that creating automatic features such as generation of documentation, code and system integration and library management become much harder if not nigh impossible. | |||
<!-- | |||
In an ideal world a Software Configuration Management '''SCM'' tool would offer: | |||
--> | |||
Our [[links]] section contains a collection of links to online source management and hosting platforms. | |||
==OS/2 Configuration management tools== | |||
* [[IBM TeamConnection for OS/2]] | |||
* IBM [[VisualAge TeamConnection]] | |||
* [[Versant Argos]] - IDE for [[VisualWorks]] Smalltalk that had a CM system built in | |||
;Revision control | |||
*[[Concurrent Versions System]] (CVS) | |||
*[[Revision Control System]] (RCS) | |||
*[[SUBVERSION]] | |||
;Build control | |||
*[[CMake]] | |||
*[[GNU Make]] | |||
*[[kBuild]] - Open Source | |||
*[[Make]] | |||
*[[NMake]] | |||
*[[PAMAKE]] | |||
*Opus Make | |||
;Bug & issue trackers | |||
*Apache Bloodhound | |||
*[[Mantis Bug Tracker]] | |||
*[[OS/2 Problem Tracker]] | |||
*Trac | |||
;Language or development tool specific CM tools | |||
* [[AM/ST]] - Configuration management system for [[Smalltalk/V]] | |||
* [[ENVY/Developer]] - For [[Smalltalk]] systems only | |||
==Online software configuration management hosts== | |||
Note that most of these offer only source management and versioning | |||
* [[GitHub]] - Source code repository and version control - Free for open source projects | |||
* [[Netlabs]] - A repository for OS/2 open-source projects - Free | |||
* [[SourceForge]] - The oldest and most flexible of the free source/project sites. | |||
==Articles== | |||
* ''Stefan Ruck:'' [[Manage Your Configuration Files and Data]] - Rudimentary file and project management | |||
==Publications== | |||
* Ben-Menachem: ''Software Configuration Management Guidebook'' - McGraw-Hill 1994, ISBN 0-07-709013-6 | |||
* Jessica Keyes: ''Software Configuration Management'' - 2003, ISBN 0-8493-1976-5 | |||
==Links== | |||
* [http://www.daveeaton.com/scm/ The old comp.software.config-mgmt FAQ] - Outdated but contains a few interesting pieces of information | |||
[[Category:Software Configuration Management]] |
Revision as of 16:54, 7 August 2023
Software Configuration Management (SCM) tools are toolkits that handle all and any aspects of managing source code. In the commercial world there has been a tendency to integrate all functions of source code management into all singing and all dancing multi-user development toolkits that (potentially) handle anything from initial creation to issue tracking and everything in between, but in the open source world there has been more popular to separate the "creation time" management tasks into single user make like utilities and have versioning as a separate set of multi-user tools and so on so forth.
This sort of a modular approach has its advantages, but the downside is that creating automatic features such as generation of documentation, code and system integration and library management become much harder if not nigh impossible.
Our links section contains a collection of links to online source management and hosting platforms.
OS/2 Configuration management tools
- IBM TeamConnection for OS/2
- IBM VisualAge TeamConnection
- Versant Argos - IDE for VisualWorks Smalltalk that had a CM system built in
- Revision control
- Build control
- Bug & issue trackers
- Apache Bloodhound
- Mantis Bug Tracker
- OS/2 Problem Tracker
- Trac
- Language or development tool specific CM tools
- AM/ST - Configuration management system for Smalltalk/V
- ENVY/Developer - For Smalltalk systems only
Online software configuration management hosts
Note that most of these offer only source management and versioning
- GitHub - Source code repository and version control - Free for open source projects
- Netlabs - A repository for OS/2 open-source projects - Free
- SourceForge - The oldest and most flexible of the free source/project sites.
Articles
- Stefan Ruck: Manage Your Configuration Files and Data - Rudimentary file and project management
Publications
- Ben-Menachem: Software Configuration Management Guidebook - McGraw-Hill 1994, ISBN 0-07-709013-6
- Jessica Keyes: Software Configuration Management - 2003, ISBN 0-8493-1976-5
Links
- The old comp.software.config-mgmt FAQ - Outdated but contains a few interesting pieces of information