I am trying to use TortoiseSVN to merge a branch that has been out of the trunk for a very long time. It has been updated with the trunk, but I don't think subversion merge tracking has been working for the entirety of this merge from trunk process. Whenever I merge, it merges only 5-10 revisions (even though it has been specified to merge from 1-HEAD) and then shows a message similar to the following...
One or more conflicts were produced while merging r6631:6637 into
'C:\Work\AllBranches\MyBranchName' --
resolve all conflicts and rerun the merge to apply the remaining
unmerged revisions
The problem is the trunk is currently on r10202. If I need to do this merge process over 500 times, and it takes half a day to confirm all the merge issues it is going to take far too long to complete.
Why is subversion not mergeing all the revisions, why is it halting half way through? Is there an option I can pass to allow the full merge to proceed and then allow me to manually confirm merge issues afterwards?