ClearCase Concepts and Terminology

Slides:



Advertisements
Similar presentations
1 IST 410/420 Software Version Control 2 DevelopmentIntegration Test System Test User Acceptance Testing ProductionArchive DEVELOPMENTUSERS - Developers.
Advertisements

Copyright, 2006 Dipl. Inform. Uwe Satthoff 1. Basic concepts for usage 2. Basic concepts for administration 3. Setup of example environment
Warren Jones, Fluke Co., Eugene Kramer, Remedy Co. Introduction to CVS 1999 Concurrent Versions System Overview of CVS architecture. Repository structure.
Warren Jones, Fluke Co., Eugene Kramer, Remedy Co. Introduction to CVS 1999 Concurrent Versions System Overview of CVS architecture. Repository structure.
1 GOES-R AWG Products Processing Framework Configuration Management Yunhui Zhao.
Software Configuration Management Donna Albino LIS489, December 3, 2014.
Version Control, Revision Control Software Configuration Management.
Revision Control Systems Amin Tootoonchian Kian Mirjalali.
Source Control in MATLAB A tool for tracking changes in software development projects. Stuart Nelis & Rachel Sheldon.
CS 501 : An Introduction to SCM & GForge An Introduction to SCM & GForge Lin Guo
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
Low level CASE: Source Code Management. Source Code Management  Also known as Configuration Management  Source Code Managers are tools that: –Archive.
Microsoft Visual Source Safe 6.01 Microsoft Visual Source Safe (MVSS) Presented By: Rachel Espinoza.
ASP.NET Programming with C# and SQL Server First Edition
1 Copyright © 2014 Tata Consultancy Services Limited Source Code Management using Rational Team Concert IBM Rational, Alliance & Technology Unit 2 July.
Configuration Management
Source Code Management Or Configuration Management: How I learned to Stop Worrying and Hate My Co-workers Less.
Software Configuration Management CSC-532 Chandra Shekar Kandi Chandra Shekar Kandi.
Creating Web Page Forms
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Version control Using Git 1Version control, using Git.
Version Control with Subversion. What is Version Control Good For? Maintaining project/file history - so you don’t have to worry about it Managing collaboration.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
The Design Workshop Introduction to Version Control 1.
1 Lecture 19 Configuration Management Software Engineering.
Rational ClearCase Introduction for PeopleSoft DSI UNIX Administrators.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
Chapter 4: Software Configuration Management (SCM)
Prepared by: Steve Teo Contributors: Tong Huu Khiem.
Object-Oriented Software Engineering Using UNIX groups and CVS Estimated Time: minutes.
Version control Using Git Version control, using Git1.
…using Git/Tortoise Git
Information Systems and Network Engineering Laboratory II DR. KEN COSH WEEK 1.
Object-Oriented Analysis & Design Subversion. Contents  Configuration management  The repository  Versioning  Tags  Branches  Subversion 2.
ClearCase Basics XML presentation.
Introduction to the Adapter Server Rob Mace June, 2008.
Copyright © 2015 – Curt Hill Version Control Systems Why use? What systems? What functions?
Progress with migration to SVN Part3: How to work with g4svn and geant4tags tools. Geant4.
CSE 219 Computer Science III CVS
Overview of the SAS® Management Console
Prepared by: Steve Teo Contributors: Tong Huu Khiem.
WebDAV MERGE method use cases. Merge with simple conflict To merge main.c from the bugfix workspace into the project1 workspace the client would issue.
1 MSTE Visual SourceSafe For more information, see:
L.T.E :: Learning Through Experimenting Using google-svn for MtM Docs Development Denis Thibault Version 3.2 Mar 12 th, 2009.
2136 Gallows Road, Suite F, Dunn Loring, VA Phone: Fax: Business Analyst Training 1 Module 5.2 Rational ClearCase.
Configuration Management
Linux Operations and Administration
Hyperion Artifact Life Cycle Management Agenda  Overview  Demo  Tips & Tricks  Takeaways  Queries.
Copyright © 2007, Oracle. All rights reserved. Using Document Management and Collaboration Appendix B.
22 Copyright © 2008, Oracle. All rights reserved. Multi-User Development.
Excercises: CM with ClearCase Sirkka-Liisa Juoperi Exercises: Configuration Management with ClearCase.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
(1) Introduction to Subversion (SVN) and Google Project Hosting Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences.
Information Systems and Network Engineering Laboratory I DR. KEN COSH WEEK 1.
Source Control Repositories for Enabling Team Working Doncho Minkov Telerik Corporation
Configuration & Build Management. Why Software Configuration Management ? The problem: Multiple people have to work on software that is changing More.
1 Ivan Marsic Rutgers University LECTURE 2: Software Configuration Management.
Software Configuration Management (SCM)
Information Systems and Network Engineering Laboratory II
Software Configuration Management CSC-532
Chapter 10, Software Configuration Management
LECTURE 2: Software Configuration Management
Software Configuration Management
RTC – Source Control Management
Concurrent Version Control
Version Control System
LECTURE 3: Software Configuration Management
Concurrent Versions System
Software Configuration Management
Presentation transcript:

ClearCase Concepts and Terminology

ClearCase Concepts & Terminology VOB Element Version, Version Tree Meta data Branch View View private object Config Spec View Profile Checkouts (reserved/unreserved)

VOB – Version Object Base Comprised of a large set of of server based storage containers residing in a proprietary database. Data repository that stores versions of file elements, directory elements, and meta-data associated with these elements. Any item stored within a VOB is called an element. There are two effective types of elements for this discussion: file elements and directory elements.

Element – File or Directory An element is a file or directory that is under ClearCase control, including all its constituent versions. An element is the basic item that ClearCase “versions”. The version of an element is what the end-user will work with in the majority of his/her ClearCase interactions. A new version of a file or directory element is created each time it is revised and checked-in.

Element – File or Directory File elements can be of many different file types. Examples of these file types include binary files (ie. DLLs, executables) as well as standard source code files for all types of languages. Directory elements contain file entries only.

Version of an Element A version is a particular revision of an element (file element or directory element). A new version of a file or directory element is created each time it is revised and checked-in. The versions of every element are organized into a version tree structure.

Version Tree of an Element A version tree is a hierarchical structure in which all the versions of an element (file or directory elements) are logically organized.

Meta-Data Meta-data is information associated with a ClearCase element, including labels, attributes, hyperlinks, branches, triggers, etc. We will discuss in brief only those meta-data that an end-user would deal with (labels, attributes, branches). A label is a ccadmin-defined field that is attached to a version. This field can contain any data such release or fix ids, source code baseline ids, or other identifiers useful to the developer.

Meta-data (continued) An attribute is a tag in the form of a name/value pair. It can have a specific value or a range of values and can be attached to versions and/or branches. An attribute’s name/value-range are usually defined by ccadmin. The value assigned to an attribute is usually set by the end-user. Attributes are useful in creating interfaces with other systems, and for tracking the status shipped/testing status of a particular code module.

Meta-data (continued) A branch is a linear sequence of an element’s versions. It is a special type of meta-data that enables multiple versions of an element to diverge at a specified point, which enables developers to work in parallel on a common module. Common types of branches: integration branch (shared/common branch among large team), private branch (exclusive branch used to isolate changes from other team members).

View – Primary Workspace A view is the basic ClearCase unit used to access a VOB (versioned object base). Users may have more than one view, active or inactive, at a time. Each view can be configured to select a different version set of elements. For example, HRMS801_view can be configured to look at the latest 8.01 version of File A, while HRMS880_view can be configured to look at the latest 8.80 version of Fie A.

View Types – Dynamic & Snapshot ClearCase utilizes two types of views: dynamic view and snapshot view. The dynamic view is the most common method of accessing a VOB. Uses the ClearCase Multiversion File Version (MVFS). Provides immediate access to the latest checked-in versions of elements based on the view’s configuration. Displays itself under the “B:drive” on your local machine’s Windows Explorer session. Can be activated and used only when your machine is connected directly to the PeopleSoft LAN.

View Types (continued) The snapshot view is best utilized when you are disconnected from the the LAN. Copies/loads the elements from a VOB to a designated location on your local machine. Requires the user to perform an update to load any newly created versions into the view since the last update or original load took place. Does not provide access to the lastest checked-in versions of elements until the user has performed an update view operation.

View Private Object A view private object is a file or directory that exists only in a particular view. View private objects are not under ClearCase version control. Include objects such as temporary files, checked-out files, any files copied into a view by the user. An editable view private copy of a file is placed into a user’s view at checkout time. It will remain as a view private copy until it is checked-in, which would then promote the changes to the VOB and create a new version of that element.

View Config Spec A view’s config spec (configuration specification) governs which versions of VOB elements a view will select and in what order they should be selected. Every view has a config spec, either the default one or a customized one. Config specs are usually created/modified by ccadmin. On rare occasion, a user might modify his/her own view config spec.

Accessing VOB elements Dynamic or Snapshot View config spec selects one version of an element, rejects all others.

View Profiles (Windows only) A view profile consists of a base config spec along with a list of vobs to be automatically mounted when the view is activated. Can be associated with a view at any time, but is most commonly associated with the view at view creation time. Available only to ClearCase Windows clients. Not available on Unix platform.

Modifying VOB Elements Modifying VOB elements involves starting a view, checking out the elements you wish to change, editing them, checking in the elements that have been changed. Two types of checkouts in ClearCase: reserved checkout and unreserved checkout.

Reserved Checkout A reserved checkout creates a place-holder (reservation) for the next version of the element. The user/view that issued the reserved checkout has exclusive ownership of the place-holder until the checkout has been checked-in or cancelled. No other checkins of the element can be made until the reserved checkout has been resolved (ie. checked in or cancelled).

Unreserved Checkout An unreserved checkout of an element does *not* reserve the next successor version for that view. Can be issued against the same element by multiple views assuming no reserved checkout exists on that element. Checkin of an unreserved checkout is on a first come, first served basis. If a checkin from another view has taken place before your checkin, a merge of the versions might be required in order to checkin your change.