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

自作多情 提交于 2019-12-06 06:23:41

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):

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