Removing a global type
Removing a global type or any of its copies removes all local copies and the global type itself.
About this task
The rmtype command lists all VOBs that have local copies of the global type, then prompts for confirmation of the removal. You must use the –rmall option when removing a global type with the rmtype command.
Example
cleartool rmtype –nc lbtype:LABEL1@\dev
cleartool: Error: There are labels of type "LABEL1".
cleartool: Error: Unable to remove label type "LABEL1".
cleartool rmtype –nc –rmall lbtype:LABEL1@\dev
There are 1 instance(s) of label type "LABEL1" in \re.
There are 1 instance(s) of label type "LABEL1" in \dev.
Remove all instances of label type "LABEL1"? [no] yes
Removed label type "LABEL1".
For more information about removing types, see the rmtype reference page.