Rational Team Concert 3.0:有没有一种方法可以同时签入多个组件中的更改(使用相同的注释)?

发布于 2024-11-17 13:30:12 字数 116 浏览 4 评论 0原文

我在项目中维护构建文件,并且经常需要对分布到多个组件的项目进行相关更改。目前,我分别签入(使用 Eclipse 插件)每个组件,并粘贴相同的注释。

有没有办法立即对加载到我的工作区的所有组件执行此操作?

I maintain build files in our project and I often need to make related changes in projects spread to multiple components. Currently, I check-in (using Eclipse plugin) each component separately, pasting in the same comment.

Is there a way to do it at once for all the components loaded to my workspace?

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

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

发布评论

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

评论(2

请止步禁区 2024-11-24 13:30:12

我认为您在问两个问题:

  1. 我可以同时提交多个组件吗?
  2. 我可以同时对多个变更集设置评论吗?

要提交所有内容,您可以点击签入所有待处理的更改按钮,如下所示:

签入全部按钮突出显示

要设置多个更改集的注释,请选择它们并按F2。通过单击增量下拉列表(上图左侧第二个),可以更轻松地将视图切换到“面向更改集的视图”。

I think you're asking two questions:

  1. Can I commit into multiple components at once?
  2. Can I set the comment on multiple change sets at once?

To commit everything, you can hit the Check-in All Pending Changes button, which looks like:

Check-in All button highlighted

To set the comment on multiple change sets, select them and hit F2. It may be easier to switch views to the "change set oriented view" by clicking on the delta dropdown (second from the left on the image above).

凉风有信 2024-11-24 13:30:12

我不确定您是否可以执行 签入 在多个组件上,考虑签入正在创建的变更集的性质:

变更集(至少在 RTC2.x 中,最近的 RTC3.0.x 的文档尚未在线)

一个变更集不能包含对多个组件的变更
更改集不能包含尚未签入的更改。(此类更改会累积在组件的“未解决”文件夹中,在“挂起的更改”视图中可见,直到您将它们签入或撤消为止。)
存储库工作区中的每个组件都有零个或多个活动变更集。
如果工作区中有多个组件,则会为每个组件创建单独的更改集。

因此,除非您使用 scm 命令,您可能无法直接通过 GUI 执行此操作。

I am not sure you can perform a checkin on multiple components, considering the nature of the changeset a checkin is creating:

changeset (at least in RTC2.x, the documentation isn't online yet for the recent RTC3.0.x)

A change set cannot include changes to more than one component.
A change set cannot include changes that have not been checked in. (Such changes accumulate in the component's Unresolved folder, visible in the Pending Changes view, until you either check them in or undo them.)
Each component in a repository workspace has zero or more active change sets.
If you have multiple components in a workspace, separate change sets are created for each component.

So unless you script it with scm commands, you might not be able to do it directly through the GUI.

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