Mounting Target Machine (or Server) to Clearcase VOB

早过忘川 提交于 2019-12-11 06:27:53

问题


I have read on IBM's Rational ClearCase manual that there is a ct mount command, but I believe this is only to mount a VOB from the VOB server once you've entered the ClearCase environment.

I am trying to determine if I can mount my target machine to my personal ClearCase view. For example, I would ideally enter the following mount command on my target machine:

mount -t nfs [server_of_view]:/some/vob/dir /local/dir/of/target/machine

Is it possible to perform a unix mount to a ClearCase view? If so, how would I go about doing it?


回答1:


mount and cleartool mount are two different commands.

The latter is for accessing a vob from a dynamic view (and is not used at all for snapshot views).

The former would enable you to access a snapshot view, and you wouldn't be able to checkout in it.



来源:https://stackoverflow.com/questions/12389826/mounting-target-machine-or-server-to-clearcase-vob

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