Phil for Humanity

A Guide for the Survival of Humankind, and Improving the World, Society, and Yourself!


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

  • Unknown Mushrooms 2
  • Easier Programming Language
  • Managing is Common Sense
  • Improve Cereal Packaging
  • Subscribe to RSS Feed

  • Main Menu

  • HOME
  • SAVE HUMANITY (52)
  • HELP THE WORLD (102)
  • IMPROVE GOVERNMENTS (99)
  • PERSONAL DEVELOPMENT (272)
  • COMPUTER HELP (130)
  • 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.

    Related Articles
     » ClearCase Support: How to Scrub a ClearCase VOB
     » ClearCase Support: Another Common ClearCase Labeling Error Message
     » ClearCase Support: How to Find Checked Out Elements







    Copyright © 2006-2010, Phil for Humanity. All Rights Reserved.