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

Re: incorrect diff / merge

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2007-03-29 21:16:58 CEST

Brannon King wrote:
> I was informed from the TortoiseSVN mailing list that I need to post this
> problem here. The following two examples don't diff correctly (in my
> opinion). The "if" statement on the bottom should take priority over the
> indentation of the braces. Is there some setting I could tweak to improve
> the performance of the diff tool for code like this?

[snip code fragments]

You'll have to be a little more detailed about your problem. What
command are you running to get the diff? What are you getting back?
What are you *expecting* back?

The difference between those two fragments would usually (AKA as shown
by diff -u) show up as a complete removal of the first block, followed
by an addition of the whole second block. If that's not what you're
diffing, you'll need to tell us.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 29 21:17:21 2007

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.