TortoiseMerge Bug?
From: Luca Mazzanti <luca.mazzanti_at_seltris.it>
Date: Fri, 2 Mar 2012 11:49:01 +0100
Hi,
I had a problem during developing with SVN.
It is occurred sometimes that we lost a few modification, during merge
Yesterday we found an example, I try to explain:
BRANCH 1
File A rows:
1. Row1 a
2. Row2 a
Commit 1
----------------------------
<a modify on another file>
Commit 2
----------------------------
Modify File A rows:
1. Row1 a
2. Row2 b
Commit 3
----------------------------
BRANCH 2
File A rows:
1. Row1 b
2. Row2 a
So I have 1 file in a branch, and I apply two not adiacent commit on that:
· The first ‘Commit 1’ will throws up a conflict
· The second modify another row, without conflict
I merge from branch 1 to branch 2, selecting Commit1, Commit3.
During merge it shows:
· Merging revision [0-1] confilict
· Update revision [1-2] merged
Resolve now? Resolve Later? ß I Select Resolve Later
Now the file is (or something similar):
<<<<<<< .working
Row1 b
=======
Row1 a
>>>>>>> .merge-right.r1
Row2 b
So I have:
1. The conflict
2. The second row updated correctly
BUT, if I resolve this conflict by clicking Tortoise > Edit Conflict, it
<<<<<<< .working
Row1 b
=======
Row1 a
>>>>>>> .merge-right.r1
Row2 a
And when I save, I loose the second update, and this update is signed in svn
Please help me comprehend why I am in error, or why editing this file by
Thanks a lot, Mazzanti Luca
If you need, I have a simple project example, and a lot of screenshots.
------------------------------------------------------
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.