Next Previous Contents
What is Configuration Management (CM) ?
There are a number of different interpretations. It is about the tracking and control of software development and its activities. That is, it concerns the mangement of software development projects with respect to issues such as multiple developers working on the same code at the same time, targeting multiple platforms, supporting multiple versions, and controlling the status of code (for example a beta test versus a real release). Even within that scope there are different schools of thought:
- Traditional Configuration Management - checkin/checkout control of sources (and sometimes binaries) and the ability to perform builds (or compiles) of the entities. Other functions may be included as well.
- Process Management - control of the software development activities. For example, it might check to ensure that a change request existed and had been approved for fixing and that the associated design, documentation, and review activities have been completed before allowing the code to be "checked in" again.
While process management and control are necessary for a repeatable, optimized development process, a solid configuration management foundation for that process is essential.
Visit the following links:
- FAQ on Configuration Management tools http://www.iac.honeywell.com/Pub/Tech/CM/CMFAQ.html
- Linux version control and configuration management tools http://linas.org/linux/cmvc.html
- Configuration Management systems http://www.cmtoday.com/yp/commercial.html
- Configuration Management Tools http://www.iac.honeywell.com/Pub/Tech/CM/CMTools.html
- DevGuy CVS config mgmt http://devguy.com/fp/cfgmgmt/cvs
- Yahoo category site
- Free config mgmt tool http://www.canb.auug.org.au/~millerp/aegis/aegis.html
- Free CM tools http://www.loria.fr/cgi-bin/molli/cm/wilma/fcmt
- Rational ClearCase tool http://www.rational.com/products/clearcase/prodinfo.jsp
Next Previous Contents