gpt4 book ai didi

view - 用于 ClearCase 快照 View 创建的正确 'cleartool mkview'

转载 作者:行者123 更新时间:2023-12-02 02:36:46 66 4
gpt4 key购买 nike

下午好

这些天我似乎有点陷入 CC 领域,但我有一个(希望如此)关于正确 CC 处理的最后一个问题:

当使用 CC View 创建向导时,我可以在我的机器上完美地创建一个合适的快照 View ,但是当尝试用 mkview 命令做同样的事情时,它失败了...

使用 View 创建向导生成以下(工作) View :

cleartool> lsview battjo6r_view2
battjo6r_view2 \\Eh40yd4c\Views\battjo6r_view2.vws
cleartool> lsview -long battjo6r_view2
Tag: battjo6r_view2
Global path: \\Eh40yd4c\Views\battjo6r_view2.vws
Server host: Eh40yd4c
Region: CT_WORK
Active: NO
View tag uuid:f34cf43f.b4d048df.845d.ed:21:a2:9c:45:ff
View on host: Eh40yd4c
View server access path: D:\Views\battjo6r_view2.vws
View uuid: f34cf43f.b4d048df.845d.ed:21:a2:9c:45:ff
View attributes: snapshot
View owner: WW005\battjo6r

但是,当尝试通过以下方式手动创建 View 时

mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath D:\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2

...我收到以下错误:

cleartool> mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath D:\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2
Created view.
Host-local path: Eh40yd4c:D:\Views\battjo6r_view2.vws
Global path: \\Eh40yd4c\Views\battjo6r_view2.vws
cleartool: Error: Unable to find view by uuid:6f99f7ae.6a5d40e4.ba32.37:8e:e5:a4:ed:18, last known at "<viewhost>:<stg_path>".
cleartool: Error: Unable to establish connection to snapshot view "6f99f7ae.6a5d40e4.ba32.37:8e:e5:a4:ed:18": ClearCase object not found
cleartool: Warning: Unable to open snapshot view "D:\SnapShotViews\battjo6r_view2".
cleartool: Error: Unable to create snapshot view "battjo6r_view2".
Removing the view ...

知道为什么会这样吗?我错过了什么吗?

最佳答案

这通常是由于 albd 没有运行。
实际上,它正在运行,但 ClearCase 试图联系错误的主机。

此处:主机本地路径:Eh40yd4c:D:\Views\battjo6r_view2.vws 非常可疑。

尝试:

mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath \\Eh40yd4c\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2

即:hpath = gpath。

或者,如果第一个命令失败,同样(它更简单并且可能有效)

mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2

希望 ClearCase 可以自行确定主机、hpath 和 gpath。

关于view - 用于 ClearCase 快照 View 创建的正确 'cleartool mkview',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1207409/

66 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com