How to avoid the rebase command in clearTool popups a screen?

 ̄綄美尐妖づ 提交于 2019-12-06 22:26:31

I tried to disable some trigger that I found as suggested. However, I was not allowed because I am not part of the ClearCase group or object owner. For this reason, a college of my work gave this tip to create a read-only child streams, that avoid to show the message (screen). And it worked.

mkstream -in "stream parent" -readonly "stream name"

After that, I could do:

rebase -bas "baseline"

rebase -complete

Since the message "Do you wish to name the Deliver/Rebase activity" does not seem to be a standard/native one, it is possible it comes from a trigger.

From there, see "How to disable a trigger in a VOB or determine if an existing trigger is already disabled"

Check its list with cleartool lstype:

cd/path/to/my/view/myVob
cleartool lstype -invob \aVob -kind trtype
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!