强制重新应用变更列表

发布于 2024-09-04 22:23:58 字数 304 浏览 7 评论 0原文

我对 perforce 相当陌生,但有相当多的其他 VCS 经验...

想象一下:

  • 您提交更改(更改列表 1)
  • 一位同事在同一分支上提交更改,意外地覆盖了您的更改。 (变更列表 2)

我尝试集成(P4V 拒绝这样做,因为它已经集成)并寻找一种方法来生成我可以应用的补丁,但找不到任何东西。
现在,我将检查有问题的版本并使用外部合并工具,但很高兴知道 perforce 是否以某种方式支持这一点。

有没有办法使用 perforce 工具(最好在 P4V 中)重新应用变更列表 1?

I'm rather new to perforce, but have quite a bit of other VCS experience...

Imagine this:

  • You submit changes (changelist 1)
  • A colleague submits changes on the same branch, accidentally overwriting your changes. (changelist 2)

I tried integrating (which P4V refuses to do since it's already integrated) and looked around for a way to just generate a patch that I could apply, but couldn't find anything.
For now, I will check out the versions in question and use an external merge tool, but it would be great to know if perforce supports this somehow.

Is there a way using the perforce tools (preferably in P4V) to reapply changelist 1?

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

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

发布评论

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

评论(2

没企图 2024-09-11 22:23:58

您无法重新应用更改列表 1,但可以重新应用更改列表 2。

  • 同步到更改列表 1。签
  • 出文件。 P4V 会警告您,“您没有该文件的最新版本。”,并询问您是否要获取最新版本。单击“不获取最新版本”按钮忽略警告。
  • 现在同步到头部修订版(我假设变更列表 2 对应于头部修订版)。现在需要解析文件,您(或您的同事)可以这样做,这次正确,而不会破坏您在变更列表 1 中所做的更改。

You can't reapply changelist 1, but you can reapply changelist 2.

  • Sync to changelist 1.
  • Check out the file(s). P4V will warn you that, "You do not have the latest revision of the file.", and ask you if you want to get the latest. Ignore the warning by clicking the "Don't Get Latest" button.
  • Now sync to the head revision (I'm assuming changelist 2 corresponds to the head revision). The file(s) will now need to be resolved, which you (or your colleague) can do, properly this time, without clobbering the changes you made in changelist 1.
ペ泪落弦音 2024-09-11 22:23:58

也许最简单的方法是从变更列表 1 (//depot/...@1,@1) 中检索更改,然后执行正常的解析/合并+提交歌曲和舞蹈。

Probably the easiest way is to retrieve the changes from changelist 1 (//depot/...@1,@1) and then going through the normal resolve/merge+submit song and dance.

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