ClearCase:在 Unix 中创建的视图在 Windows 中不可见,反之亦然吗?
我们有一个 ClearCase UCM 项目实现,我们可以从 Windows 和 Solaris 站访问它。
我通过 Windows 和 Solaris 中的 CC 项目资源管理器创建了关于项目同一流的多个视图。
但是,当我进入流的属性并从 Windows 中的 CC 项目资源管理器查找视图时,我看不到从 Solaris 创建的视图,反之亦然。
但从 Windows 中的 CC 项目资源管理器中,我可以看到从其他 Windows 工作站创建的视图。
这里发生了什么事?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正在发生的事情是区域的概念:您通常会为每个操作系统定义一个区域,正是为了看不到(并使用cleartool lsview列出)所有视图。
\\server\share\path\to\view_storage
。/mount/server/path/to/view_storage
两个路径都不能被相反的操作系统使用,所以没有必要看到所有的视图:您只需要适合您操作系统的视图。
请参阅“注册表区域" 和
cleartool lsreg
了解有关这些区域的更多信息。它们也适用于 Vobs(不仅仅是视图):
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.
\\server\share\path\to\view_storage
./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):