SlideShare a Scribd company logo
Software Project Management
Lecture # 14
Outline
ïź Software Configuration Management (SCM)
ï‚Ą What is SCM
ï‚Ą What is software configuration
ï‚Ą Sources of Change
ï‚Ą People in typical SCM Scenario
ï‚Ą Baselines
ï‚Ą Configuration objects
ï‚Ą SCM Repository
ï‚Ą SCM Process
ï‚Ą Change Control
ï‚Ą Version Control
ï‚Ą CSR
What is SCM?
ïź Change management is commonly called software
configuration management (SCM or CM)
ïź Babich defines Configuration Management as:
ï‚Ą the art of identifying, organizing and controlling
modifications to the software being built by a programming
team.
ïź SCM activities have been developed to manage
change throughout the life cycle of computer
software
ïź SCM can be viewed as a quality assurance activity
What is SCM? (Contd.)
ïź SCM is a set of activities designed to
manage change by:
ï‚Ą Identifying s/w work products that are likely to
change,
ï‚Ą Establishing relationships among them,
ï‚Ą Defining mechanisms for managing different
versions of these work products
ï‚Ą Controlling changes
ï‚Ą And auditing and reporting on the changes
made
Difference between Software
Support and SCM
ïź Support is a set of s/w engg. activities that
occur after software has been delivered to
the customer and put into operation.
ïź While SCM is a set of tracking and control
activities that initiate when the s/w engg
project begins & end only when the s/w is
taken out of operation
What is software configuration?
ïź The items that comprise all information
produced as part of the software process
are collectively called a software
configuration
ïź This information (also termed as output of
software process) is broadly divided into:
ï‚Ą Computer programs (both source level &
executable forms)
ï‚Ą Work products that describe the computer
programs
ï‚Ą Data (contained within program or external to it)
Sources of Changes
ïź New business or market conditions
ï‚Ą dictate changes in product requirements or business
rules.
ïź New customer needs
ï‚Ą demand modification of data produced by information
systems, functionality delivered by products, or services
delivered by a computer-based system.
ïź Reorganization or business growth/ downsizing
ï‚Ą causes changes in project priorities or software engg
team structure.
ïź Budgetary or scheduling constraints
ï‚Ą cause a redefinition of the system or product.
People involved in a typical SCM
Scenario
ïź Project Manager
ï‚Ą In charge of s/w group
ï‚Ą Ensures that product is developed within time frame
ï‚Ą Monitors development, recognizes & reacts to problems
ïź by generating & analyzing reports about system status
ïź By performing reviews
ïź Configuration Manager
ï‚Ą In charge of CM procedures
ï‚Ą Ensures that procedures & policies for creating,
changing & testing of code are followed
ï‚Ą To control changes in code, introduces mechanisms for
official change requests, their evaluation & authoriza-
tion.
People involved in a typical SCM
Scenario
ïź Software engineers
ï‚Ą Work efficiently without interfering in each other’s code
creation, testing & supporting documentation.
ï‚Ą But at the same time communicate & coordinate
efficiently by
ïź Updating each other about tasks required & tasks
completed
ïź Propagating changes across each others work by
merging files
ïź Customers
ï‚Ą Use the product
ï‚Ą Follows formal procedures of requesting changes and
for indicting bugs in the product
Baselines
ïź IEEE defines baseline as:
ï‚Ą A specification or product that has been formally reviewed
and agreed upon, that thereafter serves as basis for
further development, and that can be changed only
through formal change control procedures.
ïź Before a s/w configuration item becomes a
baseline, changes may be made quickly &
informally.
ïź However, once it becomes a baseline, formal
procedures must be applied to evaluate & verify
every change.
ïź Refer to figure 27.1 to see steps for forming a
baseline.
S/w engg
tasks
Modified
SCIs
SCIs
SCM Controls
FTRs Approved SCIs
Extracted SCIs
Stored SCIs
PROJECT DB
Baselines:
Baselined SCIs and Project DB (fig. 27.1)
Configuration Objects
ïź SCIs are organized to form configuration objects.
ïź A config. object has a name, attributes and is
related to other objects.
ïź Example:
ï‚Ą Test Specification – Config. Object
ï‚Ą It comprises of SCIs like Test Plan, Test Procedure, Test
Cases
ï‚Ą It is related to config. object SourceCode
ïź Config. Objects are related to other cong. objects,
the relationship is either compositional (part-of
relationship) or interrelated.
ïź In related config. objects, if one of them changes,
the other one has to be changed.
SCM Repository
ïź In early days of s/w engg, software configuration
items were maintained as paper documents (or
punch cards), placed in files and folders.
ïź The problems of this approach were:
ï‚Ą Finding a configuration item when it was needed was
often difficult
ï‚Ą Determining which items were changed, when and by
whom was often challenging
ï‚Ą Constructing a new version of existing program was error-
prone & time consuming
ï‚Ą Describing complex relationships among configuration
items was virtually impossible
ïź Today SCIs are maintained in a project database or
repository.
ïź It acts as the center for accumulation and storage of
SCIs
Role of repository
ïź SCM Repository is a set of mechanisms & data
structures that allow a software team to manage
change in an effective manner.
ïź It provides functions of a DBMS but in addition has
the following functions:
ï‚Ą Data integrity
ï‚Ą Info sharing
ï‚Ą Tool integration
ï‚Ą Data integration
ï‚Ą Methodology enforcement
ï‚Ą Document standardization
ïź See page 778 for details of the above
SCM Process
ïź SCM process defines a series of tasks
having 4 primary objectives
ï‚Ą To identify all items that collectively define the
s/w configuration.
ï‚Ą To manage changes to one or more of these
items.
ï‚Ą To facilitate construction of different versions of
an application.
ï‚Ą To ensure that s/w quality is maintained as
configuration evolves over time.
Version Control
ïź Combines procedures and tools to manage the
different versions of configuration objects created
during the software process.
ïź Version
ï‚Ą A particular version is an instance of a system that
differs in some way from other instances (difference
may be enhanced performance, functionality or
repaired faults).
ï‚Ą A software component with a particular version is a
collection of objects.
ï‚Ą A new version is defined when major changes have
been made to one or more objects
ïź Variant
ï‚Ą A variant is a collection of objects at the same revision
level and coexists with other variants.
ï‚Ą Variants have minor differences among each other.
Version Control
ïź Object 1.0 undergoes revision
ï‚Ą Object 1.0 -> Object 1.1
ïź If minor changes/corrections introduced to
Object 1.1
ï‚Ą Object 1.1.1 & 1.1.2 (variants)
ïź Functional changes, new modules added to
Object 1.1 can lead to
ï‚Ą Object 1.1 ->Object 1.2
ïź Major Technical Change
ï‚Ą Object 1.0 ->Object 2.0
Version Control System
ïź A number of automated tools are available for
version control.
ïź CVS (Concurrent version System) is an example
which is based on RCS (Revision Control System)
ïź CVS features
ï‚Ą Establishes a simple repository.
ï‚Ą Maintains all versions of a file in a single named file by
storing only the differences between progressive versions
of the original file.
ï‚Ą Protects against simultaneous changes to a file by
establishing different directions for each developer
Change Control
ïź A Change request is submitted and evaluated
to assess technical merit and impact on the
other configuration objects and budget
ïź Change report contains the results of the
evaluation
ïź Change control authority (CCA) makes the final
decision on the status and priority of the change
based on the change report
ïź Engineering change order (ECO) is generated
for each change approved (describes change,
lists the constraints, and criteria for review and
audit)
Change Control (Contd.)
ïź Object to be changed is checked-out of the
project database subject to access control
parameters for the object
ïź Modified object is subjected to appropriate SQA
and testing procedures
ïź Modified object is checked-in to the project
database and version control mechanisms are
used to create the next version of the software
ïź Synchronization control is used to ensure that
parallel changes made by different people don't
overwrite one another
Software Configuration Audit
ïź To ensure that a change has been properly
implemented, FTRs and software config. audits are
used.
ïź A Software Config. Audit complements the FTR by
addressing the following questions:
ï‚Ą Has the change specified by the ECO been made without
modifications?
ï‚Ą Has an FTR been conducted to assess technical
correctness?
ï‚Ą Was the software process followed and software engineering
standards applied?
ï‚Ą Do the attributes of the configuration object reflect the
change?
ï‚Ą Have the SCM standards for recording and reporting the
change been followed?
ï‚Ą Were all related SCI's properly updated?
Configuration Status Reporting
ïź CSR addresses the following questions:
ï‚Ą What happened?
ï‚Ą Who did it?
ï‚Ą When did it happen?
ï‚Ą What else will be affected by the change?
ïź CSR entries are made when:
ï‚Ą A SCI is assigned new or updated identification
ï‚Ą Change is approved by CCA
ï‚Ą Config. Audit is conducted
ïź CSR is generated on regular basis.
THE END 
.
ïź 
. Of SPM 
!

More Related Content

PPT
Software configuration management of students
PPT
Software Configuration Management.ppt
PPT
Software configuration management, Web engineering
PPT
Mod5-SCM.ppt
PPT
Mod5-SCM.ppt
PDF
Unit 6 Software Configuration Management
PPT
Software Configuration Management
PDF
softwareMaintenance.pdf
Software configuration management of students
Software Configuration Management.ppt
Software configuration management, Web engineering
Mod5-SCM.ppt
Mod5-SCM.ppt
Unit 6 Software Configuration Management
Software Configuration Management
softwareMaintenance.pdf

Similar to Software Configuration Management introduction (20)

PPTX
SE-Lecture-8.pptx
PPT
SE Lecture 7.ppt
PPT
5. scm
PPT
Configuration Management
PPT
13 configuration management
PDF
SE2018_Lec 21_ Software Configuration Management (SCM)
PPSX
Software Project Planning IV
PPTX
Software configuration management
PPT
General SCM
PPTX
Configuration Managment Powerpoint
PPT
A Brief Introduction to Software Configuration Management
PPT
Configuration Management
PPTX
Software Configuration Management PPT for Software Engg
PPT
software configuratiom management role n resposnbilities
PPTX
Software Configuration Management
PDF
SE2_Lec 22_Software Configuration Management
PPTX
Software process
PDF
chapter no 2softwareprocess-160107000546.f
PDF
Software Testing and Quality Assurance Assignment 3
PPTX
Software configuration management
SE-Lecture-8.pptx
SE Lecture 7.ppt
5. scm
Configuration Management
13 configuration management
SE2018_Lec 21_ Software Configuration Management (SCM)
Software Project Planning IV
Software configuration management
General SCM
Configuration Managment Powerpoint
A Brief Introduction to Software Configuration Management
Configuration Management
Software Configuration Management PPT for Software Engg
software configuratiom management role n resposnbilities
Software Configuration Management
SE2_Lec 22_Software Configuration Management
Software process
chapter no 2softwareprocess-160107000546.f
Software Testing and Quality Assurance Assignment 3
Software configuration management
Ad

More from Mani Deepak Choudhry (20)

PPTX
LM9 - OPERATIONS, SCHEDULING, Inter process xommuncation
PPTX
L13 Plume Rise, types, methods, applications
PPTX
L10 Inversions in atmospheric stability, conditions
PPTX
UNIT II - meteorology, occurrence, process
PPTX
L11 Wind profiles and stack plume patterns.pptx
PPTX
LM7 - Ambient Air Quality and Emission standards..pptx
PPTX
LM16 - Gravity Separators, methods, measures
PPTX
LM14,15 - Air Pollution Control, measures
PPTX
LM9 - Fundamentals, Atmospheric stability.pptx
PPTX
LM8 - Effects of meteorology on Air Pollution.pptx
PPTX
LM6 - Effect of air Pollutants on Property aesthetic value and visibility.pptx
PPTX
LM5 - Effect of air Pollutants on Vegetation & animals.pptx
PPTX
LM4 - Classification of air pollutants and their effect on human health.pptx
PPTX
LM2 - Definition, Scope & Scales of Air Pollution.pptx
PPTX
LM1 - Structure & Composition of Atmosphere.pptx
PPTX
Safety Terminologies, measures, hazards and risks
PPTX
Meta Safety Data Sheets for hazardous materials
PPTX
Personnel Protective Equipment along with measures
PPT
types of testing with descriptions and examples
PPT
object oriented testing with types of testing
LM9 - OPERATIONS, SCHEDULING, Inter process xommuncation
L13 Plume Rise, types, methods, applications
L10 Inversions in atmospheric stability, conditions
UNIT II - meteorology, occurrence, process
L11 Wind profiles and stack plume patterns.pptx
LM7 - Ambient Air Quality and Emission standards..pptx
LM16 - Gravity Separators, methods, measures
LM14,15 - Air Pollution Control, measures
LM9 - Fundamentals, Atmospheric stability.pptx
LM8 - Effects of meteorology on Air Pollution.pptx
LM6 - Effect of air Pollutants on Property aesthetic value and visibility.pptx
LM5 - Effect of air Pollutants on Vegetation & animals.pptx
LM4 - Classification of air pollutants and their effect on human health.pptx
LM2 - Definition, Scope & Scales of Air Pollution.pptx
LM1 - Structure & Composition of Atmosphere.pptx
Safety Terminologies, measures, hazards and risks
Meta Safety Data Sheets for hazardous materials
Personnel Protective Equipment along with measures
types of testing with descriptions and examples
object oriented testing with types of testing
Ad

Recently uploaded (20)

PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
System and Network Administration Chapter 2
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPT
Introduction Database Management System for Course Database
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
ai tools demonstartion for schools and inter college
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Nekopoi APK 2025 free lastest update
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
How to Migrate SBCGlobal Email to Yahoo Easily
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Odoo POS Development Services by CandidRoot Solutions
Navsoft: AI-Powered Business Solutions & Custom Software Development
How Creative Agencies Leverage Project Management Software.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
System and Network Administration Chapter 2
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Introduction Database Management System for Course Database
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Upgrade and Innovation Strategies for SAP ERP Customers
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Understanding Forklifts - TECH EHS Solution
ai tools demonstartion for schools and inter college
Operating system designcfffgfgggggggvggggggggg
Odoo Companies in India – Driving Business Transformation.pdf
Nekopoi APK 2025 free lastest update

Software Configuration Management introduction

  • 2. Outline ïź Software Configuration Management (SCM) ï‚Ą What is SCM ï‚Ą What is software configuration ï‚Ą Sources of Change ï‚Ą People in typical SCM Scenario ï‚Ą Baselines ï‚Ą Configuration objects ï‚Ą SCM Repository ï‚Ą SCM Process ï‚Ą Change Control ï‚Ą Version Control ï‚Ą CSR
  • 3. What is SCM? ïź Change management is commonly called software configuration management (SCM or CM) ïź Babich defines Configuration Management as: ï‚Ą the art of identifying, organizing and controlling modifications to the software being built by a programming team. ïź SCM activities have been developed to manage change throughout the life cycle of computer software ïź SCM can be viewed as a quality assurance activity
  • 4. What is SCM? (Contd.) ïź SCM is a set of activities designed to manage change by: ï‚Ą Identifying s/w work products that are likely to change, ï‚Ą Establishing relationships among them, ï‚Ą Defining mechanisms for managing different versions of these work products ï‚Ą Controlling changes ï‚Ą And auditing and reporting on the changes made
  • 5. Difference between Software Support and SCM ïź Support is a set of s/w engg. activities that occur after software has been delivered to the customer and put into operation. ïź While SCM is a set of tracking and control activities that initiate when the s/w engg project begins & end only when the s/w is taken out of operation
  • 6. What is software configuration? ïź The items that comprise all information produced as part of the software process are collectively called a software configuration ïź This information (also termed as output of software process) is broadly divided into: ï‚Ą Computer programs (both source level & executable forms) ï‚Ą Work products that describe the computer programs ï‚Ą Data (contained within program or external to it)
  • 7. Sources of Changes ïź New business or market conditions ï‚Ą dictate changes in product requirements or business rules. ïź New customer needs ï‚Ą demand modification of data produced by information systems, functionality delivered by products, or services delivered by a computer-based system. ïź Reorganization or business growth/ downsizing ï‚Ą causes changes in project priorities or software engg team structure. ïź Budgetary or scheduling constraints ï‚Ą cause a redefinition of the system or product.
  • 8. People involved in a typical SCM Scenario ïź Project Manager ï‚Ą In charge of s/w group ï‚Ą Ensures that product is developed within time frame ï‚Ą Monitors development, recognizes & reacts to problems ïź by generating & analyzing reports about system status ïź By performing reviews ïź Configuration Manager ï‚Ą In charge of CM procedures ï‚Ą Ensures that procedures & policies for creating, changing & testing of code are followed ï‚Ą To control changes in code, introduces mechanisms for official change requests, their evaluation & authoriza- tion.
  • 9. People involved in a typical SCM Scenario ïź Software engineers ï‚Ą Work efficiently without interfering in each other’s code creation, testing & supporting documentation. ï‚Ą But at the same time communicate & coordinate efficiently by ïź Updating each other about tasks required & tasks completed ïź Propagating changes across each others work by merging files ïź Customers ï‚Ą Use the product ï‚Ą Follows formal procedures of requesting changes and for indicting bugs in the product
  • 10. Baselines ïź IEEE defines baseline as: ï‚Ą A specification or product that has been formally reviewed and agreed upon, that thereafter serves as basis for further development, and that can be changed only through formal change control procedures. ïź Before a s/w configuration item becomes a baseline, changes may be made quickly & informally. ïź However, once it becomes a baseline, formal procedures must be applied to evaluate & verify every change. ïź Refer to figure 27.1 to see steps for forming a baseline.
  • 11. S/w engg tasks Modified SCIs SCIs SCM Controls FTRs Approved SCIs Extracted SCIs Stored SCIs PROJECT DB Baselines: Baselined SCIs and Project DB (fig. 27.1)
  • 12. Configuration Objects ïź SCIs are organized to form configuration objects. ïź A config. object has a name, attributes and is related to other objects. ïź Example: ï‚Ą Test Specification – Config. Object ï‚Ą It comprises of SCIs like Test Plan, Test Procedure, Test Cases ï‚Ą It is related to config. object SourceCode ïź Config. Objects are related to other cong. objects, the relationship is either compositional (part-of relationship) or interrelated. ïź In related config. objects, if one of them changes, the other one has to be changed.
  • 13. SCM Repository ïź In early days of s/w engg, software configuration items were maintained as paper documents (or punch cards), placed in files and folders. ïź The problems of this approach were: ï‚Ą Finding a configuration item when it was needed was often difficult ï‚Ą Determining which items were changed, when and by whom was often challenging ï‚Ą Constructing a new version of existing program was error- prone & time consuming ï‚Ą Describing complex relationships among configuration items was virtually impossible ïź Today SCIs are maintained in a project database or repository. ïź It acts as the center for accumulation and storage of SCIs
  • 14. Role of repository ïź SCM Repository is a set of mechanisms & data structures that allow a software team to manage change in an effective manner. ïź It provides functions of a DBMS but in addition has the following functions: ï‚Ą Data integrity ï‚Ą Info sharing ï‚Ą Tool integration ï‚Ą Data integration ï‚Ą Methodology enforcement ï‚Ą Document standardization ïź See page 778 for details of the above
  • 15. SCM Process ïź SCM process defines a series of tasks having 4 primary objectives ï‚Ą To identify all items that collectively define the s/w configuration. ï‚Ą To manage changes to one or more of these items. ï‚Ą To facilitate construction of different versions of an application. ï‚Ą To ensure that s/w quality is maintained as configuration evolves over time.
  • 16. Version Control ïź Combines procedures and tools to manage the different versions of configuration objects created during the software process. ïź Version ï‚Ą A particular version is an instance of a system that differs in some way from other instances (difference may be enhanced performance, functionality or repaired faults). ï‚Ą A software component with a particular version is a collection of objects. ï‚Ą A new version is defined when major changes have been made to one or more objects ïź Variant ï‚Ą A variant is a collection of objects at the same revision level and coexists with other variants. ï‚Ą Variants have minor differences among each other.
  • 17. Version Control ïź Object 1.0 undergoes revision ï‚Ą Object 1.0 -> Object 1.1 ïź If minor changes/corrections introduced to Object 1.1 ï‚Ą Object 1.1.1 & 1.1.2 (variants) ïź Functional changes, new modules added to Object 1.1 can lead to ï‚Ą Object 1.1 ->Object 1.2 ïź Major Technical Change ï‚Ą Object 1.0 ->Object 2.0
  • 18. Version Control System ïź A number of automated tools are available for version control. ïź CVS (Concurrent version System) is an example which is based on RCS (Revision Control System) ïź CVS features ï‚Ą Establishes a simple repository. ï‚Ą Maintains all versions of a file in a single named file by storing only the differences between progressive versions of the original file. ï‚Ą Protects against simultaneous changes to a file by establishing different directions for each developer
  • 19. Change Control ïź A Change request is submitted and evaluated to assess technical merit and impact on the other configuration objects and budget ïź Change report contains the results of the evaluation ïź Change control authority (CCA) makes the final decision on the status and priority of the change based on the change report ïź Engineering change order (ECO) is generated for each change approved (describes change, lists the constraints, and criteria for review and audit)
  • 20. Change Control (Contd.) ïź Object to be changed is checked-out of the project database subject to access control parameters for the object ïź Modified object is subjected to appropriate SQA and testing procedures ïź Modified object is checked-in to the project database and version control mechanisms are used to create the next version of the software ïź Synchronization control is used to ensure that parallel changes made by different people don't overwrite one another
  • 21. Software Configuration Audit ïź To ensure that a change has been properly implemented, FTRs and software config. audits are used. ïź A Software Config. Audit complements the FTR by addressing the following questions: ï‚Ą Has the change specified by the ECO been made without modifications? ï‚Ą Has an FTR been conducted to assess technical correctness? ï‚Ą Was the software process followed and software engineering standards applied? ï‚Ą Do the attributes of the configuration object reflect the change? ï‚Ą Have the SCM standards for recording and reporting the change been followed? ï‚Ą Were all related SCI's properly updated?
  • 22. Configuration Status Reporting ïź CSR addresses the following questions: ï‚Ą What happened? ï‚Ą Who did it? ï‚Ą When did it happen? ï‚Ą What else will be affected by the change? ïź CSR entries are made when: ï‚Ą A SCI is assigned new or updated identification ï‚Ą Change is approved by CCA ï‚Ą Config. Audit is conducted ïź CSR is generated on regular basis.
  • 23. THE END 
. ïź 
. Of SPM 
!