Introduction to version management tool Rational ClearCase

Introduction to version management tool Rational ClearCase

Rational ClearCase is a software configuration management (SCM) tool that can be used to perform version control on code or other software development assets. It is said that it also has good support for large projects with more than hundreds or thousands of team developers. It can also support large binary files, a large number of files, and a large overall warehouse capacity. In addition, it can also perform version control on directories.

Past and present life

Basic Information

the term

To learn ClearCase, you may need to learn some of its terminology. For example, ClearCase supports two models:

There are two models: UCM (Unified Change Management) and Base ClearCase. You may need to start by creating a VOB, VOB: versioned object database, which is similar to what is called a repository in other version management tools, but there are some subtle differences. Learning ClearCase requires starting with a lot of similar terms to understand its approach.

Common Operations

Version control can be done through client operations, but you can also use cleartool for basic operations, such as:

Continuous Integration

ClearCase also provides a Jenkins plug-in, which can be used to operate it.

ClearCase Plugin https://wiki.jenkins.io/display/JENKINS/ClearCase+Plugin

Setting example:

Migration to git or svn

The migration of version management tools is very simple. Generally speaking, the information that is very important in long-term version management tools is comments, submitters, and submission reasons. These are important assets for long-term maintenance projects. It is recommended to use the following steps for migration:

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Gitlab practical tutorial uses git config for related configuration operations
  • How to install git on linux
  • Docker-compose one-click deployment of gitlab Chinese version method steps
  • How to deploy gitlab using Docker-compose
  • 3 Ways to Ignore Git Commit and Git Ignore Rules
  • Git principles and common operations
  • How to install Gitlab with Docker
  • Solution to the problem that IntelliJ IDEA's SVN cannot save passwords on MAC
  • How to install the SVN plugin on Webstorm2017
  • Sample code for continuous integration between Jenkins and SVN

<<:  About the basic configuration tutorial of MySQL5.7.17 free installation version under Win10 (with pictures and text)

>>:  Detailed explanation of the use of bus in Vue

Recommend

HTML table tag tutorial (7): background color attribute BGCOLOR

The background color of the table can be set thro...

How to Dockerize a Python Django Application

Docker is an open source project that provides an...

Ubuntu 18.04 obtains root permissions and logs in as root user

Written in advance: In the following steps, you n...

How to deploy tomcat in batches with ansible

1.1 Building the Directory Structure This operati...

Tips on MySQL query cache

Table of contents Preface Introduction to QueryCa...

The ultimate solution for writing bash scripts with nodejs

Table of contents Preface zx library $`command` c...

Why is it not recommended to use index as key in react?

1. Compare the old virtual DOM with the new virtu...

How to change the MySQL database file directory in Ubuntu

Preface The company's Ubuntu server places th...

Key features of InnoDB - insert cache, write twice, adaptive hash index details

The key features of the InnoDB storage engine inc...

Detailed explanation of soft links and hard links in Linux

Table of contents 1. Basic storage of files and d...

SQL implementation of LeetCode (181. Employees earn more than managers)

[LeetCode] 181.Employees Earning More Than Their ...

How to set list style attributes in CSS (just read this article)

List style properties There are 2 types of lists ...

Web Design: Web Music Implementation Techniques

<br />When inserting music into a web page, ...

HTML left, center, right adaptive layout (using calc css expression)

In the latest HTML standard, there is a calc CSS e...