[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: Alan Barrett <apb_at_cequrux.com>
Date: 2007-12-14 13:25:43 CET

On Thu, 13 Dec 2007, Ben Collins-Sussman wrote:
> > +<<<<<<< .mine
> > +moona
> > +=======
> > +bar
> > +>>>>>>> .r2
> >
> > What I got was diff2 output, while what I expected was diff3 output.
> What exactly would diff3 output look like?

I think he means this:

    <<<<<<< .mine
    moona
    ||||||| .r1
    foo
    =======
    bar
>>>>>>> .r2

Both the existing format and the format that I think is wanted are
produced by the traditional diff3 program. The existing format looks
like the output from "diff3 -m -E .mine .r1 .r2", while the desired
format is more like the output from "diff3 -m -A .mine .r1 .r2".

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 14 13:26:05 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.