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 Add an Element Type


    Ever try adding a new file under source control in ClearCase, however you can not because the element type does not exist?

    Well, I have this problem whenever I add Rational Rose RealTime files into a VOB for the first time, especially with newly created VOBs. You would assume that IBM/Rational would support, as a default, their other tools in ClearCase, however they do not.

    Here is the command that I use to add the Rational Rose RealTime element type to a ClearCase VOB. I think you need to be the VOB owner to run this command and in the VOB too.

    cleartool mkeltype -supertype text_file -manager petalrt_file_delta -c "RoseRT files" rosert_unit

    Alternatively, if you have an element type in one VOB but another VOB does not have the element type, then you can copy the element type from one VOB to another VOB using this command.

    cleartool cptype eltype:ELEMENT_TYPE_NAME@SOURCE_VOB eltype:ELEMENT_TYPE_NAME@DESTINATION_VOB

    Again, I think you need to be the VOB owner to run this command.

    by Phil B.

    Related Articles
     » ClearCase Support: How to Make a ClearCase Branch
     » ClearCase Support: How to Make a ClearCase Label
     » ClearCase Support: Common ClearCase Checkin Error Message







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