How to associate a clearcase view with stream or vob?

倖福魔咒の 提交于 2019-12-04 20:20:28
VonC

You need to add the -stream parameter (following cleartool mkview man page).

ct mkview -tag myview -stream MyStream@/vobs:MyPVob /var/tmp/your-username_dynview.vws

See for instance "How do I create a snapshot view of some project or stream in ClearCase?".

-str/eam stream-selector

Specifies a UCM stream. The view being created is attached to this stream. (Cannot be used with –reg/ion.)

stream-selector is of the form [stream:]stream-name[@vob-selector], where vob-selector specifies the stream's project VOB.

So the -stream is the only difference between a base ClearCase view, and an UCM view.

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