子剪辑覆盖并提交?

发布于 2024-08-12 02:35:00 字数 111 浏览 6 评论 0原文

使用 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 技术交流群。

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

发布评论

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

评论(4

提赋 2024-08-19 02:35:00

这看起来像 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.

若水般的淡然安静女子 2024-08-19 02:35:00

使用子剪辑:
在历史视图中:标记所有要删除的版本(使用 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

何必那么矫情 2024-08-19 02:35:00

使用颠覆性的。它支持覆盖和提交。由于缺乏此功能,我决定正确地从 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.

云巢 2024-08-19 02:35:00

您也可以这样做:

  • 更新所有内容(覆盖未更改的旧版本)
  • 在历史记录中显示历史记录
  • 选择您要切换回的版本
  • 右键单击:获取内容
  • 提交

You could also do it that way:

  • update everything (overwrite your unchanged old version)
  • show history
  • in history pick the version you want to switch back to
  • right click: get content
  • commit
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文