如何通过Windows命令行更新clearcase视图?

前端之家收集整理的这篇文章主要介绍了如何通过Windows命令行更新clearcase视图?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在ClearCase中有一个名为“Dev_view”的视图,并希望通过 Windows命令行更新视图.有没有办法做到这一点?

特别是,其他命令可以触发视图更新?

请参阅 cleartool update命令(适用于完整的ClearCase客户端,不适用于CCRC)
cd /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将在查找配置规范后始终触发更新.

原文链接:https://www.f2er.com/windows/365023.html

猜你在找的Windows相关文章