子剪辑覆盖并提交?
使用 subclipse,我如何将我的旧的未更改文件提交到其他人的新版本文件上?
我似乎记得旧版本中有一个“覆盖并提交”选项,或者也许这是另一个版本控制产品......
干杯。
using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?
i seem to remember there being an 'override and commit' option in older versions, or maybe that was another version control product...
cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这看起来像 ticket 761,这意味着该功能可能不可用恐怕很快就会发生。
“标记为合并”仍然是这样覆盖更改。
This looks like ticket 761, which means that feature may not be available anytime soon, I am afraid.
The "Mark as Merged" is still the way to override changes.
使用子剪辑:
在历史视图中:标记所有要删除的版本(使用 ctrl 添加选择)
然后右键单击并恢复
然后提交,您应该拥有一个没有不需要的版本的新版本
using subclipse:
in history view: mark all versions you want to get rid of (use ctrl to add select)
then right click and revert
then commit and you should have a new version without the unwanted versions
使用颠覆性的。它支持覆盖和提交。由于缺乏此功能,我决定正确地从 subeclipse 过渡到 subversive。
Use subversive. It supports override and commit. I decided to pass from subeclipse to subversive properly due to the lack of this feature.
您也可以这样做:
You could also do it that way: