There is a project A on the Trunk, and its two branches A1 and A2. Both A1 and A2 are under developing for a while.
Now I want to merge changes of A2 to A1. I am using Intellij IDEA's "merge from..." feature and set A2 a branch of A1's. However, after I selected which revisions to merge, and clicked ok, it comes "tree confilct" in src/main folder.
Does anyone have the same problem?