Subversion: For merging, how to add renaming meta information later, after the commit?

北慕城南 提交于 2020-01-23 13:06:19

问题


Note: The underlying situation of this question is also part of a slightly different question here.

Situation

I have a trunk, where earlier, a branch has been made from. Then, in the trunk some file renamings have been made. These renamings were accidentially made by "copy/delete", not with the proper svn rename process as they should have. This is described in the TSVN docs, and in my case the "Repair move" was omitted.

Now I have tree conflicts, when merging the branch back to the trunk:

  • the merging tool does not recognise these renamings, and reports them as tree conflict
  • While the "New interactive conflict resolver" should find such faulty renames, it seems to do so only on incoming changes, not for those in the target (trunk in my case).

Question

  • Can I, after the fact, add meta-information about these "copy/delete" renamings, so that Subversion now would recognise them as such?

来源:https://stackoverflow.com/questions/59422537/subversion-for-merging-how-to-add-renaming-meta-information-later-after-the-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!