RE: Lines duplicated in dest. file when merging back to trunk
From: Saffer, Simon <simon.saffer_at_cgi.com>
Date: Tue, 4 Jun 2013 14:09:35 +0000
Hi,
I'm resending this email, now hopefully in plain text. Sorry about that.
I’m not subscribed on your mailing list so it would be great if you could Cc me in your responses.
I’m having problems with merges going wrong. In our company we sometimes put the same changes on several branches by hand (the reason for this involves code that has to talk to a legacy system with a very primitive VCS built in to the language itself).
We start out with a file that looks like this both on trunk and on our branch (A is first line in file and D is the last).
A
C
Note that there is a space character on the empty line between B and C.
Then we make a change on the trunk
A
And on our branch we make almost the same change
A
The only difference between the change on the trunk and on the branch is that the trunk has three space characters on the line between B and some change while the branch still only has one space character.
A
We get no merge conflict, but the text is copied twice into the file on trunk.
I’ve been able to reproduce this with Collabnet, SlikSVN and Tortoise clients using version svn version 1.6.
Is this a known issue? Is it possible that it’s already fixed in svn 1.7?
Best regards
Simon
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.