Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: Finding Labeled Versions
I am often asked how to find all the versions that have a certain label attached to it. The command is something like this:
cleartool find . -all -ver 'lbtype(LABEL_NAME)' -print
This command will start recursively searching in the current directory or ".", but this can be changed to a specific VOB or directory like this example:
$ cleartool find /vob/test/a/ -all -ver 'lbtype(TEST_LABEL)' -print
/vob/test/a@@/main/5
/vob/test/a/b.txt@@/main/1
/vob/test/a/c@@/main/2
/vob/test/a/c/d.txt@@/main/1
/vob/test/a/e.txt@@/main/3
|
by Phil B.
|