I need to merge the changes from the branch back to the trunk, but you want to continue working on the existing branch.
I was going to use re-integration of the merge, but I realized that this is not suitable, since I will need to recreate my branch, etc., which for a number of reasons is undesirable.
What I really want to do is merge the current changes in the branch down, and then get people to work with their current working copies.
So my question is whether tree merging can be used to solve it, or do I need to reintegrate and recreate.
source
share