Rational Team Concert 3.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您在问两个问题:
要提交所有内容,您可以点击签入所有待处理的更改按钮,如下所示:
要设置多个更改集的注释,请选择它们并按F2。通过单击增量下拉列表(上图左侧第二个),可以更轻松地将视图切换到“面向更改集的视图”。
I think you're asking two questions:
To commit everything, you can hit the Check-in All Pending Changes button, which looks like:
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).
我不确定您是否可以执行 签入 在多个组件上,考虑签入正在创建的变更集的性质:
变更集(至少在 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)
So unless you script it with
scm
commands, you might not be able to do it directly through the GUI.