How do i share branches and labels created in type explorer between two Vobs in ClearCase 7
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You need to link those two vobs with a common admin vob, in order to define global types.
The Rational® ClearCase® global type facility makes it easy for you to ensure that the branch, label, attribute, hyperlink, and element types they need are present in all VOBs your project use.
See "VOB datatypes and administrative VOB hierarchies".
In general, all operations on a global type or a local copy of a global type apply to the global type and all its local copies.
Most cleartool type-creation commands (see Predefined and user-defined type objects) support a
-global
option, which creates a global type object. The following command creates a global label type in VOB \admin:
cleartool mklbtype -c "final label for REL6" -global REL6@\admin
Created label type "REL6".