Subversion:合并移动的文件

发布于 2025-01-04 22:44:58 字数 415 浏览 1 评论 0原文

我已移动(重命名)本地 SVN 目录中的一个文件:

svn move src_file_path dst_file_path

当我尝试 svn up 时,我得到:

D     C src_file_path
      >   local delete, incoming edit upon update

这意味着其他人编辑了我移动的文件。

如何将其他贡献者所做的更改合并到新位置?

PS - 这是同一个分支,与这个问题不同。

I've moved (renamed) a file in a local SVN directory:

svn move src_file_path dst_file_path

When I've tried to svn up, I got:

D     C src_file_path
      >   local delete, incoming edit upon update

This means someone else edited the file that I moved.

How do I merge the changes made by the other contributor into the new location?

PS - This is the same branch, unlike this question.

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

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

发布评论

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

评论(2

顾铮苏瑾 2025-01-11 22:44:58

你遇到了树冲突。参加演出> “树冲突”选项,然后对树冲突采取“解决”选项。这将启动一个向导,根据冲突为您提供选项。在这种情况下,其中之一将帮助您将更改合并到新位置。

You got a tree conflict. Take the Show > Tree Conflicts option and then take the Resolve option on the tree conflict. This will launch a wizard that gives you options based on the conflict. In this case, one of those will help you merge changes into the new location.

七度光 2025-01-11 22:44:58

将 WC 中的文件与存储库中的文件合并

Merge file in WC with file in repo

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