Configuration Management
: practice of handling changes systematically so that a system maintains its integrity over timescm4j
: set of components and tools written in Java and aimed to automate Software Configuration Management tasks
According to scmquest SCM process comprises of:
- Identification of configuration items and Baseline management
- Documentation of characteristics
- Controlling change
- Configuration status accounting
- Auditing and Reproducibility
- Build and Deployment Management
- Process and Environment management
- Continuous Integration and Continuous deployment
- Defect tracking and traceability
- Ensuring integrity, visibility, project coordination and project evolution
See also
- dzone: Software Configuration Management Patterns
- wiki: Configuration Management
- http://scmquest.com/software-configuration-management-scm/
- ru: Конфигурационное управление
Related: