 To explain the importance of software configuration management (CM)  To describe key CM activities namely CM planning, change management, version management.

Slides:



Advertisements
Similar presentations
Configuration Management
Advertisements

1 Note content copyright © 2004 Ian Sommerville. NU-specific content copyright © 2004 M. E. Kabay. All rights reserved. Configuration Management IS301.
Configuration management
Software change management
Configuration management
Configuration Management
Chapter 25 – Configuration Management Lecture 1 1Chapter 25 Configuration management.
Software Configuration Management
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 29 Slide 1 Configuration management.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 29 Slide 1 Configuration management.
Configuration management
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 29 Slide 1 Configuration management.
Requirements Management
Software Configuration Management (SCM)
Configuration Management
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Software Configuration Management
CSSE 375 Software Construction and Evolution: Configuration Management
Figures – Chapter 25. Figure 25.1 Configuration management activities.
This chapter is extracted from Sommerville’s slides. Text book chapter
SE-02 CONFIGURATION MANAGEMENT Today we talk about Software Configuration Management (SCM for short): - What? - Why? - How?
Software Configuration Management (SCM)
1 Configuration Management and Designing for Reuse Chapters 29 and 14.
Chapter 9 Database Planning, Design, and Administration Sungchul Hong.
CS 220 – Software Engineering© Binayak Bhattacharyya CS Software Engineering Instructor: Binayak Bhattacharyya
Software Configuration Management
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 6 Slide 1 Requirements Engineering Processes l Processes used to discover, analyse and.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 29Slide 1 Configuration management l Managing the products (code and documentation) of.
Software Engineering CS3003 Lecture 3 Software maintenance and evolution.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 29Slide 1 Configuration management l Managing the products of system change.
Software Development and Management Monday 1:00-3:00am From 7 th June 2011 – 30 th September 2011 อาจารย์สล้าง มุสิกสุวรรณ
Configuration Management (CM)
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 29 Slide 1 Configuration management.
Creator: ACSession No: 16 Slide No: 1Reviewer: SS CSE300Advanced Software EngineeringFebruary 2006 (Software Quality) Configuration Management CSE300 Advanced.
This chapter is extracted from Sommerville’s slides. Text book chapter
ISM 5316 Week 3 Learning Objectives You should be able to: u Define and list issues and steps in Project Integration u List and describe the components.
Software Quality Assurance
Software Engineering 2003 Jyrki Nummenmaa 1 CONFIGURATION MANAGEMENT Today we talk about Software Configuration Management (SCM for short): -
Software Engineering – University of Tampere, CS DepartmentJyrki Nummenmaa Configuration management.
Configuration Management and Change Control Change is inevitable! So it has to be planned for and managed.
Configuration Management Structured System Design II – 302 Lecture # 27 – The Last Lecture of the Course! M. E. Kabay, PhD, CISSP Dept of Computer.
Chapter 25 – Configuration Management Lecture 1 1Chapter 25 Configuration management.
Configuration Management CSCI 5801: Software Engineering.
HNDIT23082 Lecture 06:Software Maintenance. Reasons for changes Errors in the existing system Changes in requirements Technological advances Legislation.
Chapter 25 – Configuration Management Chapter 25 Configuration management111/12/2014.
1 Chapter 12 Configuration management This chapter is extracted from Sommerville’s slides. Text book chapter 29 1.
Requirements Engineering Requirements Validation and Management Lecture-24.
Software Engineering Lecture 9: Configuration Management.
Tempus Software Maintenance and Evolution JMSE-SM&E Unit 3: Configuration and Change Management Prof. Mohammad A. Mikki Gaza, Palestine,
Software Engineering Process - II 7.1 Unit 7: Quality Management Software Engineering Process - II.
Software Engineering 1.  Change management  Version management  System building  Release management 2.
Configuration & Build Management. Why Software Configuration Management ? The problem: Multiple people have to work on software that is changing More.
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Configuration Management
Software Configuration Management
Software Project Configuration Management
Configuration Management
Chapter 11: Software Configuration Management
Configuration Management
Configuration management
Configuration Management
Configuration management
Configuration Management
Chapter 13 Quality Management
Chapter 25 – Configuration Management
Chapter 11: Software Configuration Management
Lecture 06:Software Maintenance
Chapter 25 – Configuration Management
Configuration management
Chapter 25 – Configuration Management
Presentation transcript:

 To explain the importance of software configuration management (CM)  To describe key CM activities namely CM planning, change management, version management and system building

 Configuration management planning  Change management  Version and release management  System building  CASE tools for configuration management

 New versions of software systems are created as they change: ◦ For different machines/OS; ◦ Offering different functionality; ◦ Tailored for particular user requirements.  Configuration management is concerned with managing evolving software systems: ◦ System change is a team activity (manage collaboration); ◦ CM aims to control the costs and effort involved in making changes to a system.

 Involves the development and application of procedures and standards to manage an evolving software product.  CM may be seen as part of a more general quality management process.

 CM should always be based on a set of standards which are applied within an organisation.  Standards should define how items are identified, how changes are controlled and how new versions are managed.  Standards may be based on external CM standards. Example: IEEE (SW Lifecycle Processes).

 All products of the software process may have to be managed: ◦ Specifications; ◦ Designs; ◦ Programs; ◦ Test data; ◦ User manuals.  Thousands of separate documents may be generated for a large, complex software system.

 Defines the types of documents to be managed and a document naming scheme.  Defines who takes responsibility for the CM procedures.  Defines policies for change control and version management.  Defines the CM records which must be maintained.

 Describes the tools which should be used to assist the CM process and any limitations on their use.  Defines the process of tool use.  Defines the CM database used to record configuration information.

 Large projects typically produce thousands of documents which must be uniquely identified.  Some of these documents must be maintained for the lifetime of the software.  Document naming scheme should be defined so that related documents have related names.  A hierarchical scheme with multi-level names is probably the most flexible approach. ◦ INTERFACE/DESIGN/FORMS/CODE ◦ INTERFACE/DESIGN/APPLICATION/CLASS_DIAGRAMS/CODE

 Software systems are subject to continual change requests: ◦ From users; ◦ From developers; ◦ From market forces.  Change management is concerned with keeping track of these changes and ensuring that they are implemented in the most cost- effective way.

 The definition of a change request form is part of the CM planning process.  This form records the change proposed, requestor of change, the reason why change was suggested and the urgency of change.  It also records change evaluation, impact analysis, change cost.

 A major problem in change management is tracking change status.  Change tracking tools keep track of the status of each change request and automatically ensure that change requests are sent to the right people at the right time.  Integrated with systems allowing electronic change request distribution.  In general, bug tracking systems are used.

 Changes should be reviewed by a group who decide whether or not they are cost-effective from a strategic and organizational viewpoint rather than a technical viewpoint.  The CCB may include representatives from client and contractor staff.

 Invent an identification scheme for system versions.  Plan when a new system version is to be produced.  Ensure that version management procedures and tools are properly applied.  Plan and distribute new system releases.

 Version: An instance of a system which is functionally distinct in some way from other system instances.  Variant: A version that contains less important differences.  Release: A version which is distributed to users outside of the development team.

 Procedures for version identification should define an unambiguous way of identifying component versions.  There are three basic techniques for component identification ◦ Version numbering; ◦ Attribute-based identification;

 Simple naming scheme uses a linear derivation ◦ V1, V1.1, V1.2, V2.1, V2.2 etc.  In general, versioning process engenders a tree structure of versions.

 Attributes can be associated with a version with the combination of attributes identifying that version ◦ Examples of attributes are Date, Creator, Programming Language, Customer, Status etc. ◦ AC3D (Java, XP, Jan 2003)  This is more flexible for version retrieval.

 Releases must incorporate changes forced on the system by errors discovered.  They must also incorporate new system functionality.  Release planning is concerned with when to issue a system version as a release.

 Not just a set of executable programs.  May also include: ◦ Configuration files defining how the release is configured for a particular installation; ◦ Data files needed for system operation; ◦ An installation program or shell script to install the system on target hardware; ◦ Electronic and paper documentation; ◦ Packaging and associated publicity.  Systems are now normally released on optical disks (CD or DVD) or as downloadable installation files from the web.

 Factors such as the technical quality of the system, competition, marketing requirements and customer change requests should all influence the decision of when to issue a new system release.

 Release creation involves collecting all files and documentation required to create a system release.  Configuration descriptions have to be written for different hardware and installation scripts have to be written.  The specific release must be documented to record exactly what files were used to create it. This allows it to be re-created if necessary.

 The process of compiling and linking software components into an executable system.  Different systems are built from different combinations of components.  This process is now always supported by automated tools that are driven by ‘build scripts’.  Patch: a small program or script to apply some targeted updates.

 Do the build instructions include all required components? ◦ When there are many hundreds of components making up a system, it is easy to miss one out. This should normally be detected by the linker.  Is the appropriate component version specified? ◦ A more significant problem. A system built with the wrong version may work initially but fail after delivery.  Are all data files available? ◦ The build should not rely on 'standard' data files. Standards vary from place to place. E.g. Initial DB.

 Are data file references within components correct? ◦ Embedding absolute names in code almost always causes problems as naming conventions differ from place to place.  Is the system being built for the right platform ◦ Sometimes you must build for a specific OS version or hardware configuration.  Is the right version of the compiler and other software tools specified? ◦ Different compiler versions may actually generate different code and the compiled component will exhibit different behaviour.

 Version and release identification  Storage management.  Change history recording  Independent or joint development