I am merging a branch back into trunk using re-intergrate. The dry run succeeds without any conflicts so I proceed to merge and get the following error
Working copy ‘D:\Repositories\FwCore\’
locked Error reading spooled Report
request response Please execute
‘Cleanup’ command
Cleanup does not do anything. I have merged the trunk into the branch so that I can merge the branch back into trunk without problems. This has worked before, but now I am running into this problem and I have no idea what to do, not to mention is very frustrating. Any help would be appreciated.
Finally solved the issue. It can be quick or very long depending on how much you changed in your branch. In my case, the problem was deleting a folder named
Framework(in the branch, while the Trunk’sFrameworkfolder was untouched) and then creating the same folder at a later stage in the branch in the same place [I had a couple of other renames/deletions similar to this]. This caused the confusion for SVN. The other problem was renaming a folder and then subsequently deleting it.On to the fix:
I have been able to reproduce this problem on a ‘dummy’ repository. I will submit a suggestion to tortoise SVN team to take this kind of situation into account and let it perform the steps automatically when re-integrating branches