在 ClearQuest 中精确定位特定文件和版本

发布于 2024-10-20 12:25:10 字数 195 浏览 3 评论 0原文

我们有一个 CR,它被认为是作为增强功能的一部分进行修复的。此增强功能具有签入大量文件的活动。现在,如果我使此 CR 与增强功能重复无效,则客户端必须扫描该活动中的文件列表才能找出实际文件。 我的经理建议回滚一项活动的更改,将更改添加回另一项活动,然后仅将添加回的活动附加到 CR 并关闭它。 我只是想知道是否没有办法轻松地向客户端确定特定的文件和版本,而不是所有这些混乱。

We have a CR which is figured out to be fixed as part of an enhancement. This enhancement has a activities with huge number of files checked-in. Now if I make this CR invalid duplicate of the enhancement, the client has to scan through the list of files in that activity to figure out the actual file.
My manager suggested rolling back the change with one activity, adding the change back in with another activity and attach only the adding back activity to the CR and close it.
I am just wondering if there is no way to easily pinpoint the specific file and version to the client instead of all this mess.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

垂暮老矣 2024-10-27 12:25:10

如果您有权访问 CR 引用的活动列表,则可以使用以下内容编写搜索脚本:

cleartool descr -l activity:myActivity@myPVob

并在描述正确的活动后显示相关文件和版本。

If you have access to the list of activities referenced by your CR, you can script the search with some:

cleartool descr -l activity:myActivity@myPVob

and display the relevant files and versions once you have described the right activity.

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