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 vie开发者_开发百科ws 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?
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):
精彩评论