using SSH to run a cleartool command with agruments on remote a linux machine

萝らか妹 提交于 2019-12-01 14:08:52
VonC

Don't try to use setview: it spawns a sub-shell, which won't ever work well with multiple commands.
See "Python and ClearCase setview" for a concrete example of the kind of issue you will have.

Simply use the full path of a dynamic view, as I mention in "script doesn't run while executing in clearcase".

/view/aView/vobs/...

Make sure that this view is started first (cleartool startview)

No need for setview here.

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