I created a branch (revision 9002) out of my trunk and have continued to make changes to it for a few weeks. I have also merged the changes from trunk into the branch regularly and without problems, using
svn merge -rXXXX:HEAD
where XXXX is the revision after the one that my previous merge created. So far so good.
I now have to merge the branch into the trunk and am having major difficulties doing so. I've tried following SVN: Merging a Branch into Trunk, but when using
svn merge -r9003:head http://path/to/my/branch I get around 20 tree conflicts, followed by svn: Attempt to add tree conflict that already exists, and the process halts.
Is this the correct way to do this? Any ideas?
The last thing I did on the branch was merging the trunk to it, so the branch is basically my new trunk.