How do I check if I have a base clearcase or UCM?

非 Y 不嫁゛ 提交于 2019-12-01 14:15:24

The "work on" would be (setact man page):

cd /path/to/your/ucm/view
cleartool setact anActivity@\yourPVob

To check on what activity you are currently working (lsact man page):

cd /path/to/your/ucm/view
cleartool lsact -cact

To check if a view is an UCM one or not:

cd /path/to/your/view
cleartool lsstream -cview

If there is a stream attached to your view, it is an UCM one. If not, it is a base ClearCase one (not this is separate for the nature of the view: dynamic or snapshot: you can have dynamic or snapshot view both for UCM or for base ClearCase).

another way is:

cleartool catcs

The config spec for an UCM view is automatically generated and quite more complex than the one for a base ClearCase view.

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