如何从命令行检出文件并在必要时显示 UCM 新活动 GUI
我想从批处理脚本中签出一些文件,但由于我们使用 UCM,签出文件需要与活动关联。有没有一种简单的方法来显示用于创建/选择与结帐关联的活动的 GUI?
I want to checkout some files from a batch script, but since we use UCM checking out files needs to be associated with an activity. Is there an easy way to show the GUI for creating/selecting an activity to associate the checkout with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用带有参数 /checkout 的cleardlg 程序来弹出对话框。
You can pop up the dialogue by using the cleardlg program with arguments /checkout .
您只需在脚本中询问活动名称,然后使用
cleartool setactivity
命令您可以使用
clearprojexp
启动 ClearCase Project Explorer (UCM GUI) ,但我不认为“UCM 活动对话框”可作为单独的可执行文件使用。You can simply ask for an activity name in your script, and then use the
cleartool setactivity
commandYou can launch the ClearCase Project Explorer (UCM GUI) with
clearprojexp
, but I don't think a "UCM activity dialog box" is available as a separate executable.