You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Chen <qu...@hkn.eecs.berkeley.edu> on 2003/11/01 07:56:31 UTC

bug? in svn diff

Hi svn developers,

Recently (version 0.32 or 0.31), 'svn diff' seems to be buggy.  In unidiff mode,
it shows e.g.

+line1
-line1

for certain lines that are exactly the same.  Doing diff -u file1
.svn/text-base/file1.svn-base does not show the lines, nor does
svn cat ; diff.




-- 
Karl Chen 2003-10-31 23:53

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: bug? in svn diff

Posted by David Kimdon <da...@kimdon.org>.
On Fri, Oct 31, 2003 at 11:56:31PM -0800, Karl Chen wrote:
> Hi svn developers,
> 
> Recently (version 0.32 or 0.31), 'svn diff' seems to be buggy.  In unidiff mode,
> it shows e.g.

I believe this is issue #1572 and has been fixed as of rev 7545 (that
is, it was fixed after 0.32 was released). (To make sure you can
either test yourself by building HEAD, or send me the working file and
text-base if you like.)

Thanks for the report,

-David


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org