I have got a branch, let's say A, off trunk and have accidentally done the following:
- Create Branch A off trunk
- Make changes to Branch A
- I want to merge trunk to branch A to get latest from trunk BUT instead of a merge, I do a 'reintegrate' - reintegrate trunk to my branch
I have read that after reintegration, we run into cyclic merge issues; however, all articles reintegrate branch to trunk and I've done it the other way around.
I'm using SVN version 1.7. I cannot do a 'record-only' commit to trunk
Is there a way I can get my branch to accept trunk changes again? Can I just revert the 'reintegrate merge' from trunk to my branch revision of my branch?
I want to ensure that trunk is stable and can accept my branch A final changes. In addition, my branch A is stable and can accept trunk changes as well.
Thank you!