[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug in merge (repro included)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-08 17:30:53 CET

"Max Bowsher" <maxb@ukf.net> writes:

> Sander Striker wrote:
>>
>> GNU diff3 is not the same as Subversion. The results may differ.
>> I don't feel it is wrong per se.
>
> I agree we don't have to be exactly the same.
>
> But I think failing to apply several lines of changes, and not raising
> any kind of conflict is a definite bug?

If you choose to describe it in those terms then it sounds like a
bug. If I describe it as "determining that the change is already
present in the target ands so can be skipped" is it still a bug?

$ cat foo-B1
A
B
$ cat foo-B2
A
X
$ cat foo-T
A
X

Using GNU diff3:

$ diff3 -m foo-T foo-B1 foo-B2
A
<<<<<<< foo-B1
B
=======
X
>>>>>>> foo-B2

Using Subversion:

$ subversion/tests/libsvn_diff/diff3-test foo-T foo-B1 foo-B2
A
X

Subversion will do this for each hunk that makes up the diff, see one
of my earlier mails for an five-line example that is more like the
original report.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 8 17:35:52 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.