I tried to reintegrate my branch back into the trunk according to the answers of this: Tortoisesvn Subversion 1.8 - merge - no more reintegrate a branch option
But im getting Tree Conflicts.
This is what i have done so far: I synchronized my branch with "Merge a range of revision", specific range (the revision of the last sync to HEAD). So I have all features of the Trunk in my Branch!
Then i performed another update on the trunk. Rightclick on trunk folder->Merge->Merge a range of revision. Entered URL of my branch. Selected "all revisions". Clicked "next" and then only "test merge".
among other things, this messages came:
Tree conflict: ...\trunk\.classpath
Tree conflict: ...\trunk\.project
Tree conflict: ...\trunk\lib
Added: ...\trunk\lib\xy.jar
for all files in the folder (which already do exist in both)
The same for the other folders.
finally this:
Error: One or more conflicts were produced while merging r3347:3686 into
Whats the Problem?