Cleacase 如何知道目录是视图?
我正在 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 commandcleartool 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 errorcleartool: Error: Operation "get cleartext" failed: not a ClearCase object.
Why? How can clearcase knows that the current directory is not a view directory ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.