通过 ClearCase 自动化库 (CAL) 获取 ClearCase 快照视图?
有人成功使用 ClearCase Automation Library (CAL) 来检索快照视图吗? 我可以很好地获取所有动态视图,但没有一个快照视图出现在“Connection.get_Views(true, Region);”中 命令...
有什么方法可以以编程方式获取这些 ICCView 实例吗?
Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the 'Connection.get_Views(true, region);' command...
Is there any way to get these programmatically as ICCView instances?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样:
它应该获取指定区域中的视图集合,包括快照视图。
(注意:这可能与您在问题中提出的类似,但具有更准确的 CAL 语法)
例如,我确实确认以下 ccperl 脚本确实返回快照和动态视图:
键入 '
ccperl listViews.pl< /code>',前提是:
listViewws.pl
”的文件中。myRegionName
' 替换为您当前脚本:
How about:
It should gets the collection of views in the specified region, including snapshot ones.
(Note: this may be similar to what you proposed in your question, but with a more accurate CAL syntax)
For instance, I do confirm the following ccperl script does return snapshot and dynamic views:
Type '
ccperl listViews.pl
', provided:listViewws.pl
'.myRegionName
' by your current ClearCase regionScript: