Re: Mismerge case
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-08-10 22:05:47 CEST
Greg Hudson <ghudson@MIT.EDU> writes:
> while gnu diff happens to produce a more natural diff. However, I
We don't require context, see the merge_adjacent_changes test in
> Can anyone more knowledgeable about libsvn_diff speak to that?
The change from
a
to
a
i.e. the second line changes from b to Q, is to be merged into
V
Which of the two lines b should get changed to Q, the first, the
$ tools/diff/diff3 mine orig your
V
GNU diff3 requires context and so creates a conflict:
<<<<<<< mine
We could make Subversion's diff require context, like GNU diff3, but
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Aug 10 22:07:00 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.