Skip to content

ClearCase Helper is a small command line utility to make some aspects of ClearCase more accessible.

License

Notifications You must be signed in to change notification settings

uboot/clearcase_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClearCase Helper

ClearCase Helper is a small command line utility to make some aspects of ClearCase more accessible.

It originated from the wish to use a distributed version control system (hg, git) as the primary VCS and the need to update the clearcase repository in regular intervals.

Clearcase Helper wraps cleartool and builds upon its command set some new ones. These commands especially allow you to add, remove, checkout hijacked and checkin files in a recursive manner. Additionally you can view the status of the view files in a familiar way and add labels (tag) a bunch of files in one go.

Files and directories that match .hg*, .svn* and .git* are ignored by all operations.

Beware that ClearCase Helper is only an addition to the clearcase toolchain and not a substitute.

Install

gem install clearcase_helper

Usage

cch help

Prerequesites

  • cleartool
  • ruby 1.9.2
  • a snapshot view

Tested with cleartool version 7.1.1.2 on Windows 7 with ruby 1.9.2p0.

Build

rake build # this creates the gem in pkg/
rake install # this task creates and installs the gem

Licence

See LICENSE

About

ClearCase Helper is a small command line utility to make some aspects of ClearCase more accessible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published