This is a stupid question, but it works at work enough that I would like to ask in order to get a second opinion. You can assume that we are using Subversion 1.6 +.
Here is the scenario - let's say I have Tuba. I embed Trunk in revision 10 to create Branch1 and start making my own changes to Branch1.
Meanwhile, Branch2 is being created from Trunk Revision 30. Branch2 has several fixes. [/ p>
At some point, the work ends in Branch2, and its changes are merged back into Trunk WITHOUT using -reintegrate.
I am still happily working in Branch1, but now I want to make sure that I have ALL the latest changes from Trunk and any code changes made in other branches that are merged back into the trunk (i.e. Branch2).
The bottom line is: if I merged Trunk into Branch1, will I see all the changes that were merged back into the trunk from other branches, for example Branch2? Should I merge the changes into Branch2 URL separately and then merge it with the trunk URL to ensure that I have all the changes?
source share