如何从命令行检出文件并在必要时显示 UCM 新活动 GUI

发布于 2024-09-12 19:31:59 字数 81 浏览 7 评论 0原文

我想从批处理脚本中签出一些文件,但由于我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我纯我任性 2024-09-19 19:31:59

您可以使用带有参数 /checkout 的cleardlg 程序来弹出对话框。

You can pop up the dialogue by using the cleardlg program with arguments /checkout .

死开点丶别碍眼 2024-09-19 19:31:59

您只需在脚本中询问活动名称,然后使用 cleartool setactivity 命令

cleartool sectact -view viewTag -none       # make sure to unset any previous activity
cleartool sectact -view viewTag newActivity # set the new activity (name@\pvob) 

您可以使用 clearprojexp 启动 ClearCase Project Explorer (UCM GUI) ,但我不认为“UCM 活动对话框”可作为单独的可执行文件使用。

You can simply ask for an activity name in your script, and then use the cleartool setactivity command

cleartool sectact -view viewTag -none       # make sure to unset any previous activity
cleartool sectact -view viewTag newActivity # set the new activity (name@\pvob) 

You 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文