Reintegrate a branch with externals fails in SVN

后端 未结 2 470
故里飘歌
故里飘歌 2021-02-04 08:13

What I am doing:

  1. Apply external properties to a folder in the trunk (both single file and folder external, externals are binary files)

  2. Create a

2条回答
  •  执笔经年
    2021-02-04 09:07

    The "mixed revision" state happen every time you do a commit. It disappears when you do an update.

    When doing a merge --reintegrate, you must execute the command from a trunk checkout.

    So the message "mixed revision" is most likely saying that the trunk checkout is in "mixed revision" state, not the branch you are trying to reintegrate.

    This is consistent with the information you give when saying you just commited something in the trunk.

    Do an update in your trunk (the trunk checkout that TortoiseSVN uses), and it should be OK.

    I had the same problem and didn't understand immediately that it was the trunk which was in mixed revision, not my branch.

提交回复
热议问题