Say I have a chest and I create a branch (branch A) on Sunday, making Revision 10.
On Monday, I work both on branch A and on the trunk (branch A is responsible for Revision 11,12 and 15, and the trunk is responsible for 13, 14 and 16).
Tuesday I created a new branch (branch B) from the trunk (option 17).
On Wednesday, I work both on branch A and branch B (branch A is responsible for Revision 18-24 and 26, and branch B is responsible for changes 25 and 27).
On Thursday, I remove the old trunk and replace it with branch B (do not merge, just remove the connecting line and copy branch B to the trunk) (Revision 28).
If on Friday I want to merge the new trunk into branch A, how would I do it? I would like all changes to be made to the different connecting lines and branch B to branch A. What revision numbers would I use?
Any help would be greatly appreciated!
source share