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: How to Diff Config Records
Comparing config records between two derived objects has always been easy. First, you run "cleartool catcr …" on both derived objects while saving the config records to two files and then just diffing both files.
However, now this can be achieved with this single command.
|
cleartool diffcr -element_only -flat –short "DERVIED_OBJECT_1" "DERVIED_OBJECT_2"
|
You can even run this command on two derived objects in different Views like this example:
|
cleartool diffcr -element_only -flat –short "/view/VIEW1/vob/test/filename.exe" "/view/VIEW2/vob/test/filename.exe"
|
Do not forget to redirect the output to a file, since the output can be quite long.
by Phil B.
|