
























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document is about configuration management chap 10 in a software engineering subject.
Typology: Assignments
1 / 32
This page cannot be seen from the preview
Don't miss anything!

























and tools which we used to manage the changes in software.
software?
Because when software is changing with time it can slip from
its track.
Configuration management is a whole system which comprise on 4 activities. They are:
Fig: Configuration management activities
Describe configuration management planning. What are the main objectives of configuration management and version control? What is codeline and baseline inversion management? Write short notes on change management ,version and release management.
Configuration management
Activities
1.Change management 2.Version management 3.System building 4.Release management
The process of assembling program components, data and
libraries,
Then compiling these to create an executable system.
System building tools and version management tools must
communicate as the build process involves checking out component versions from the repository managed by the version management system.
Preparing software for external release.
Keeping track of the system versions that have been released for customer use.
There are two kinds of release: major release and minor release.
For example if the release number is 9.3.2 then 2 is minor release number, 3 is major release number and 9 is the main software.