ClearCase:在 Unix 中创建的视图在 Windows 中不可见,反之亦然吗?

发布于 2024-12-06 22:28:49 字数 267 浏览 0 评论 0原文

我们有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

°如果伤别离去 2024-12-13 22:28:49

正在发生的事情是区域的概念:您通常会为每个操作系统定义一个区域,正是为了看不到(并使用cleartool lsview列出)所有视图。

  • Windows 系统将有一个具有类似 Windows 模式的全局路径:\\server\share\path\to\view_storage
  • Unix 系统将有一个带有 Unix 挂载的全局路径: /mount/server/path/to/view_storage

两个路径都不能被相反的操作系统使用,所以没有必要看到所有的视图:您只需要适合您操作系统的视图。


请参阅“注册表区域" 和 cleartool lsreg 了解有关这些区域的更多信息。
它们也适用于 Vobs(不仅仅是视图):

ClearCaseregions for Vobs and Views

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

ClearCase regions for Vobs and Views

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文