same clearcase vob in two windows servers

和自甴很熟 提交于 2020-01-02 23:08:13

问题


is it possible to have a copy of the vob in a different machine for testing purpose ?

I know I can move the vob to another server using moving a vob

But , doing this makes the vob unavailable at the original location. So, a live vob cannot be used this way as people would be accessing it from old location.


回答1:


is it possible to have a copy of the vob in a different machine for testing purpose ?

Yes, the "moving vob" procedure would still apply.
You only need to register it to a different registry server, and preferably with a different tag.
That means: no need for a -replace option:

cleartool register -vob \\vobsvr01\vobstg\libpub.vbs
cleartool mktag -vob -tag \libpub \\vobsvr01\vobstg\libpub.vbs

That way, the live vob remains accessible.



来源:https://stackoverflow.com/questions/28431660/same-clearcase-vob-in-two-windows-servers

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