We're just starting with SVN (were using CVS before :shame:) and I have a problem with merging my branch back to trunk.
I've created Branch1 from trunk, made some changes and merged it back (without any problem). Then I decided to make another branch for second feature, and I made it from Branch1 by mistake. (I should've made it from Trunk).

Now I'm at the X point on my picture. Branch2 is finished and I'd like to merge it back.
But if I try merging Branch2 to Trunk I get lots of tree conflicts. I easily can merge Branch2 back to Branch1, but then again there are tree conflicts when merging Branch1 to Trunk.
No changes were made in Trunk directly, neither on Branch1 after it was merged back.
So, my question: is this situation normal for SVN? Am I doing something wrong (I'm just starting :)).
I use latest TortoiseSVN, and I'm doing merge by choosing Merge - "Reintegrate a branch"