Cleacase 如何知道目录是视图?

发布于 2024-10-22 01:13:28 字数 320 浏览 2 评论 0原文

我正在 Windows 下使用 Clearcase 快照视图。我正在尝试下载文件 file.txt 的内容,但我当前的配置规范未加载该文件。 我的快照视图是 c:\view。

以下命令
cleartool get -to toto.txt someCorrectVOBdir\file.txt

从 c:\view 调用时工作正常,从任何非视图目录调用时失败并出现错误
cleartool:错误:操作“获取明文”失败:不是 ClearCase 对象。

为什么? Clearcase 如何知道当前目录不是视图目录?

I am working with a clearcase snapshot view under windows. I am trying to download the content of a file file.txt which is not loaded by my current configspec.
My snapshot view is c:\view.

The following command
cleartool get -to toto.txt someCorrectVOBdir\file.txt

works perfectly when called from c:\view, and fails when called from any non-view directory with the error
cleartool: Error: Operation "get cleartext" failed: not a ClearCase object.

Why? How can clearcase knows that the current directory is not a view directory ?

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

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

发布评论

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

评论(1

删除会话 2024-10-29 01:13:28

ClearCase 检查当前目录或父目录中的 view.dat 隐藏文件

如果找到,则当前目录是快照视图的一部分。
如果没有找到,则这不是 ClearCase 视图。

如果 view.dat 以某种方式被删除并丢失,可以重新生成

ClearCase check for a view.dat hidden file, either in the current directory or in a parent directory.

If it finds one, the current directory is part of a snapshot view.
if it doesn't find one, this isn't a ClearCase view.

If the view.dat is somehow erased and lost, it can be regenerated.

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