ClearCase: Are views created in Unix not visible from Windows and vice versa?

末鹿安然 提交于 2019-12-07 23:56:34

问题


We have a ClearCase UCM project implementation that we access from Windows and Solaris stations.
I have created several views on the same stream of the project from the CC project explorer in both Windows and Solaris.

But when I go into the properties of the stream and look for views from CC project explorer in Windows, I don't see the views I created from Solaris and vice versa.
But from CC project explorer in Windows, I can see views created from other Windows stations.

Whats happening here?


回答1:


What is happening is the notion of regions: you would usually define one region per Os, precisely to not see (and list with a cleartool lsview) all the views.

  • The windows ones will have a global path with a windows-like schema: \\server\share\path\to\view_storage.
  • The Unix ones will have a global path with a Unix mount: /mount/server/path/to/view_storage

Both paths wouldn't be usable by the opposite Os, so there is no point seeing all the views: you need only the ones for your Os.


See "registry regions" and cleartool lsreg for more on those regions.
They apply also for Vobs (not just views):



来源:https://stackoverflow.com/questions/7572145/clearcase-are-views-created-in-unix-not-visible-from-windows-and-vice-versa

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