Community
Participate
Working Groups
State reproduction: 1. There is a Turnk. 2. Branch B1 created from Trunk. 3. File F added to Trunk. 4. Branch B1 merged from Trunk. 5. Branch B2 created from Trunk. 6. Merge from B1 to B2. -> Tree conflict on file F (add, add). Resolve Tree Conflict -> Apply local changes. Result: 2.2.1: Works as expected. 2.2.2: Error: "svn: Tree conflicts can only be resolved to 'working' state"
Looks like this issue is really related to the SVN itself: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&viewType=browseAll&dsMessageId=2411874#messagefocus So, for the time being we should avoid SVN::resolve() function usage while managing tree conflicts. Temporary fix will be included into the next Subversive build (at least for my projects the "Edit Tree Conflicts" action seems to be working now).