我在ClearCase中有一个名为“Dev_view”的视图,并希望通过
Windows命令行更新视图.有没有办法做到这一点?
特别是,其他命令可以触发视图更新?
请参阅
cleartool update命令(适用于完整的ClearCase客户端,不适用于CCRC)
原文链接:/windows/365023.htmlcd /path/of/your/snapshot/view cleartool update .
您还可以添加以下选项:
-ove/rwrite
Overwrites all hijacked files with the version selected by the config spec.
-nov/erwrite
Leaves all hijacked files in the view with their current modifications.
-ren/ame/
Renames hijacked files to filename.keep and copies the version in the VOB selected by the config spec into the view.
请注意,更新UCM视图的根目录有副作用:它将根据其关联UCM流重新评估视图的配置规范,并建议更新所述配置规范(并继续更新).
对于非UCM视图不是这种情况,其中cleartool setcs
将在查找配置规范后始终触发更新.