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

Re: Unexpected behavior in (d)iff while interactively working through conflicts--I think diff3 would be nicer

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-12-13 23:23:44 CET

On Dec 13, 2007 2:06 PM, Brian W. Fitzpatrick <fitz@red-bean.com> wrote:
> Currently if I have a conflict and I update a file, the interactive
> conflict resolution does the following when I ask it to display the
> diff:
>
> Conflict discovered in 'f3.txt'.
> Select: (p)ostpone, (d)iff, (e)dit, (h)elp for more options : d
> --- .svn/text-base/f3.txt.svn-base Thu Dec 13 15:40:26 2007
> +++ .svn/tmp/tempfile.14.tmp Thu Dec 13 16:01:05 2007
> @@ -1 +1,5 @@
> -foo
> +<<<<<<< .mine
> +moona
> +=======
> +bar
> +>>>>>>> .r2
>
> What I got was diff2 output, while what I expected was diff3 output.
> The diff2 output between the base and my conflicted file looks
> singularly weird to me. I think showing diff3 output would be a
> little friendlier.
>
> Thoughts?

I opened an issue on this yesterday: 3048.

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 13 23:23:55 2007

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.