Software Configuration Management (SCM)

Slides:



Advertisements
Similar presentations
Configuration Management
Advertisements

Configuration management
Software change management
Configuration management
Configuration Management
Configuration Management Managing Change. Points to Ponder Which is more important?  stability  progress Why is change potentially dangerous?
Software Configuration Management (SCM) Software Configuration Management (SCM) is a) the development and b) the application of standards and procedures.
Concepts of Version Control A Technology-Independent View.
Software Configuration Management
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 29 Slide 1 Configuration management.
1 Software Configuration Management METU Computer Engineering CEng 492 Spring'2004.
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.
Software Configuration Management (SCM)
Microsoft Visual Source Safe 6.01 Microsoft Visual Source Safe (MVSS) Presented By: Rachel Espinoza.
Configuration Management
Source Control Repositories for Enabling Team Working Svetlin Nakov Telerik Corporation
Software Configuration Management CSC-532 Chandra Shekar Kandi Chandra Shekar Kandi.
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Software Configuration Management
Software Configuration Management (SCM)
CSSE 375 Software Construction and Evolution: Configuration Management
Configuration Management Avoiding Costly Confusion mostly stolen from Chapter 27 of Pressman.
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 Engineering Modern Approaches
Software Configuration Management
Software Configuration Management (SCM)
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 29Slide 1 Configuration management l Managing the products (code and documentation) of.
1 Lecture 19 Configuration Management Software Engineering.
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 29Slide 1 Configuration management l Managing the products of system change.
 To explain the importance of software configuration management (CM)  To describe key CM activities namely CM planning, change management, version management.
Configuration Management (managing change). Starter Questions... Which is more important?  stability  progress Why is change potentially dangerous?
1 Software Development Configuration management. \ 2 Software Configuration  Items that comprise all information produced as part of the software development.
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.
Version control Using Git Version control, using Git1.
Software Quality Assurance
© Mahindra Satyam 2009 Configuration Management QMS Training.
Software Engineering 2003 Jyrki Nummenmaa 1 CONFIGURATION MANAGEMENT Today we talk about Software Configuration Management (SCM for short): -
SOFTWARE CONFIGURATION MANAGEMENT. Change is inevitable when computer software is built. And change increases the level of confusion among software engineers.
CSSE 375 Software Construction and Evolution: More SCM, and a loop back to Feathers! Shawn and Steve Left – On big systems, SCM is a well-defined process.
Software Project 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.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 29 Slide 1 Configuration management.
Configuration Management CSCI 5801: Software Engineering.
Management of Software Project CSM Software Configuration Management (SCM)
Software Configuration Management (SCM) Source: Pressman, R., Software Engineering: A Practitioner ’ s Approach. Boston: McGraw Hill, Inc., 2005; Ghezzi,
Software Configuration Management n Art of coordinating SW development to minimize confusion n Software quality assurance (umbrella) activity n Set of.
1 Chapter 12 Configuration management This chapter is extracted from Sommerville’s slides. Text book chapter 29 1.
Visual Source Safe –A Quick Tour. CONTENTS What is VSS ? How to install VSS ? How does VSS track versions? VSS Concepts & Features Utilities available.
Project management Topic 8 Configuration Management.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
Software Engineering Lecture 9: Configuration Management.
Source Control Repositories for Enabling Team Working Doncho Minkov Telerik Corporation
Software Configuration Management (SCM)
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Software Configuration Management CSC-532
Software Configuration Management
Software Project Configuration Management
Chapter 11: Software Configuration Management
Software Configuration Management
Configuration management
Chapter 11: Software Configuration Management
Configuration management
Software Configuration Management
Presentation transcript:

Software Configuration Management (SCM) By, Muhammad Imran Hashim SQA Engineer VisualSoft (Pvt) Ltd. imran@visualsoft-inc.com imranh9@hotmail.com

Objectives To explain the importance of software configuration management (SCM) To describe the key SCM activities namely SCM planning, change management, version management and system building To describe the functions of SCM tool Microsoft Visual Source Safe 6.0

Topics covered SCM Definitions SCM Process overview SCM Plan SCM Functions System Building Basic SCM Concepts SCM Tool (Microsoft Visual Source Safe 6.0) VSS concepts

Definitions SCM systems typically offer version control and team programming features. Software Configuration management is a method of bringing control to the software development process.

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; CM aims to control the costs and effort involved in making changes to a system.

Configuration management 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. When released to CM, software systems are sometimes called baselines as they are a starting point for further development.

SCM Process Overview The process is divided in three parts: Firstly SCM function should identify the configuration items and document their characteristics. Once configuration items are identified and their characteristics are documented then SCM system should control the changes to those characteristics. Third, the SCM system should record the change management process.

SCM Plan The best place to record how SCM should be performed for each project is in the SCM plan. The SCM plan document following : What SCM activities are to be done. How they are to be done. Who is responsible for doing specific activities. When they are to happen. What recourses are required.

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

SCM Planning 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. May include information such as the CM of external software, process auditing, etc.

SCM planning 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.

SCM Functions Configuration Identification Configuration Control Status Accounting (Recording & Reporting) Audits & Reviews

SCM standards 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 (e.g. IEEE standard for CM). Some existing standards are based on a waterfall process model - new CM standards are needed for evolutionary development.

Change management 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.

Version management tools Version and release identification Systems assign identifiers automatically when a new version is submitted to the system. Storage management. System stores the differences between versions rather than all the version code. Change history recording Record reasons for version creation. Independent development Only one version at a time may be checked out for change. Parallel working on different versions.

Delta-based versioning

System building Building a large system is computationally expensive and may take several hours. Hundreds of files may be involved. System building tools may provide A dependency specification language and interpreter; Tool selection and instantiation support; Distributed compilation; Derived object management.

Component dependencies

Baselines Baseline is an SCM concept that helps to control change. When configuration item is complete it is handed over to the configuration management team for safekeeping. The configuration management team will check whether the item that is given to them is complete per the SCM plan and assigns to a baseline to it. So once a baseline is established for a configuration item, then that item can be changed only through a formal change management process.

Check-in/ Check-out The process of copying the item from the controlled library is called Check-out process. The process of reviewing, approving and moving an item into the controlled environment is called check- in.

Change request analysis, approval,etc. Software Configuration Managemet Check-in Check-out Test, Review, Approve Configuration Item Revised Configuration Item Modifications

Microsoft Visual Source Safe 6.0 SCM Tool Microsoft Visual Source Safe 6.0

Visual Source Safe 6.0 Microsoft VSS helps to manage your projects, regardless of the file type (text files, graphics files, binary files, sound files, or video files) by saving them to a database. VSS project organization makes team coordination easy.

Visual Source Safe 6.0 Visual SourceSafe 6.0 is a member of the Visual Studio 6.0 family of development products which includes: Visual Basic Visual C++ Visual FoxPro Visual InterDev Visual J++ .Net

Visual Source Safe 6.0 Keeps all sources together in one place. Keeps history of all files. Controls access to resources. Physically safe resources – files and its history are stored in the VSS incremental database which is easy to backup. Security by managing access rights to projects for all users. Versioning.

VSS Administrative Tasks Create new database Add/Delete users Change passwords Allow multiple checkouts Lock database Rights by projects

VSS Client Tasks Create Projects (Folders) Add Files View / Edit Set Working Folder Check Out Check In Show History Get Latest Version Label Version View Differences

Thank you