I am attempting to merge changes from a Subversion branch into the trunk, using IntelliJ IDEA (version 2017.1).
My current workspace is the trunk, and I used the instructions found here. But when I select the branch to merge, I get this message below.
Normally I can do merged like this without any problem, using the subversion command line, and I continue to add changes to a branch and merge again multiple time, without any trouble.
Why is IntelliJ telling me that the branch will be unusable after this merge? Is this a limitation of IntelliJ, or will it actually mess up my subversion branch in some way? Does IntelliJ's subversion client not support svn mergeinfo metadata feature, which was added in subversion 1.8? (my workspace format is version 1.8)