I was just trying to test a simple branch/merge example for a quick training demo I was putting together and I am a bit confused by the TortoiseMerge dialog.
I created a simple repository with one file called file1.txt containing one line with the text:
"Change 1"
I then created a branch.
Edited trunk and added a new line to file1.txt with the text "Change 2" and committed it.
Edited the branch I just created and added a new line to file2.txt with the text "Change 3" and committed it.
I then did an automatic merge from trunk into the branch and as expected got a conflict dialog. What I don't understand is why Change 1 is listed twice in both the Theirs and Mine windows? I kind of expected to see Change 1 once and the conflict to highlight just change 2 and change 3 lines and be able to select User Their then Mine and end up with:
Change 1
Change 2
Change 3
Instead if I use that option I'll get
Change 1
Change 1
Change 2
Change 1
Change 3
I have attached a screenshot which hopefully makes it clearer.
Can anyone explain the merge dialog to me, I thought I understood it.
Thanks,
Neil
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3090415
To unsubscribe from this discussion, e-mail: [
users-un...@tortoisesvn.tigris.org].