- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
**在我正在使用的机器上,有一个我们称之为 magic_view
的 View - 它表现出以下奇怪的行为:
$ ct lsview magic_view
magic_view /view_store/our_team_vws/magic_view.vws
$ ct catcs -tag magic_view
ct: Error: View tag "magic_view": ClearCase object not found
现在,magic_view
不是我创建的,所以我猜它发生了什么奇怪的事情。但是——什么?什么会导致 View 对 lsview
可见但对 catcs
不可见?
最佳答案
这意味着该 View 已被注册 ( cleartool register -view
)
但是它的标签还没有声明(cleartool mktag -view
)
cleartool register -view -replace -host newhost -hpath hpath/xxx.vws /hpath/xxx.vws
ct mktag -view -replace -tag tag -host newhost -gpath gpath gpath
您的案例中缺少此图片的标签部分:
可以看到更多cleartool mktag -view
examples here .
client region 中可能缺少它的标签:
示例:从 UNIX 服务器创建一个 windows 标签,用于 ClearCase View 及其在 NAS 设备上的 View 存储:
cleartool mktag -view -tag samecs_view -region samecs_win -host view_server_host.samecs.com \
-gpath "\\\\samecs\\ccviewstore \\gbush_view.vws" \
-hpath "\\\\samecs\\ccviewstore \\gbush_view.vws" \
/net/samecs/ccviewstore/gbush_view.vws
作为Brian Cowan添加 in the comments , 使用 rgy_check
命令可以提供帮助。
That will tell you about cc registry issues.
At one time, there were issues getting the configspec of snapshot views if you weren't actually IN the view, but that currently works.
关于使用 lsview 可见的 ClearCase View ,对于 catcs 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62575189/
我在 UNIX(版本 7.1.2.12)下运行 cleartool lsview 命令时遇到一个非常奇怪的错误。 该命令一般有效,但对于某些用户 (!) 它会给出以下错误消息: cleartool:
**在我正在使用的机器上,有一个我们称之为 magic_view 的 View - 它表现出以下奇怪的行为: $ ct lsview magic_view magic_view /view_sto
我是一名优秀的程序员,十分优秀!