RE: Probably a Bug: Lost data merging!
From: Luca Mazzanti <luca.mazzanti_at_seltris.it>
Date: Fri, 16 Mar 2012 16:06:58 +0100
> I'm having trouble following what you are saying with "first branch",
> For example, is one branch an ancestor of the other, or are they both
"Second Branch" was created time ago from the first.
> I guess I don't understand what the Step 3 modify has to do with the
> Has the "step 3" modify been committed or are you merging into a working
Step 3 is a commit, on a different row (than the crow that will be in
> Can you create a script to demonstrate the problem...
> or at least something more specific above with files names and path...
I can refer to another link
But is really simple:
1) on two different branches, modify a row of the same file to generate a
2) In the branch 1, do other 2 commits on other rows of the file.
3) Then merge the 1) point commit and the last commit (so you select 2
in the branch 2.
You will see the merged file in conflict (select resolve later) tha contains
<<<<<<< .working
Row in conflict branch1
=======
Row in conflict branch2
>>>>>>> .merge-right.r1
Row merged without conflict from branch1 to branch2
Ok so if you edit the conflict with this file with tortioseMerge (clicking
You will see that:
<<<<<<< .working
Row in conflict branch1
=======
Row in conflict branch2
>>>>>>> .merge-right.r1
You lost the revision merged, after the revision in conflict.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.