我在 ClearCase 中的快照视图消失了,如何恢复它们?

发布于 2024-09-07 10:37:37 字数 108 浏览 9 评论 0原文

我的机器上有 3 个视图,我可以看到 Windows 目录上的结构,但现在当我打开 ClearCase 时,我在 ClearCase Navigator 上看不到它们中的任何一个...我该如何添加它们?

I have 3 views on my machine, I can see the structure on the windows directory but now when I open ClearCase I cannot see any of them on the ClearCase Navigator...how can I add them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

小糖芽 2024-09-14 10:37:37

最干净的解决方案:

转到 shell 会话中这些视图之一的根目录(DOS 或 bash 或...)
类型:

clearexplorer .

(注意最后一个空格后跟一个点“.”)

这将直接在当前路径中打开 ClearCase Explorer,并将恢复正确的快捷方式。


“不太干净”的解决方案:

打开 ClearCase Explorer,并要求“刷新视图快捷方式”Alt+F5

如果您的身份没有更改,它将恢复 ClearCase Explorer 中所有视图的快捷方式。


如果这不起作用:

  • 检查您的某个视图中的属性:
cd /path/to/root/of/one/of/your/views
cleartool lsview -l -full -pro -cview
  • 将其与您的凭据(本地和 Vob 服务器上如何知道您)进行比较
credmap VobServerName

(您需要添加 etc/utils ClearCase 到您的路径)

The cleanest solution:

Go at the root directory of one of those views in a shell session (DOS or bash or...)
type:

clearexplorer .

(Note the final space followed by a dot '.')

That will open the ClearCase Explorer directly in the current path, and will restore the right shortcut.


The "less-clean" solution:

Open the ClearCase Explorer, and ask for a "refresh view shortcuts" Alt+F5.

If your identity hasn't changed, it will restore the shortcuts of all your views in the ClearCase Explorer.


If that doesn't work:

  • check the properties from one of your views:
cd /path/to/root/of/one/of/your/views
cleartool lsview -l -full -pro -cview
  • compare that with your credentials (how you are known both locally and on your Vob server)
credmap VobServerName

(you need to add etc/utils from ClearCase to your path)

黑白记忆 2024-09-14 10:37:37

我也有类似的问题。通常,如果 Windows 在启动时无法联系 Clearcase 服务器并且 ALBD 服务会自动停止,则会出现此问题。

对于Windows环境,请从控制面板中的clearcase项检查albd服务是否正在运行。如果是这样,停止它,然后启动clearcase
然后使用 Clearcase 资源管理器中的快捷键 (Alt+F5) 刷新,
或者直接重新启动 Windows

I had similar problems. Normally, this problem happens if Windows couldn't contact the clearcase server at startup and the ALBD service would stop automatically.

For Windows environment, check if albd service is running from clearcase item in control panel. If so, stop it and then start clearcase
then refresh with shortcut (Alt+F5) from the clearcase explorer,
or simply restart Windows

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