Sharing branches and labels between 2 VoB Clearcase

限于喜欢 提交于 2019-12-13 18:47:22

问题


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".


来源:https://stackoverflow.com/questions/10649849/sharing-branches-and-labels-between-2-vob-clearcase

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!