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

Textual diff bug?

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-01-20 15:46:38 CET

The attached repository demonstrates a diff bug (on Linux or Windows).
 I debugged through it a bit and it seems to detect changed hunks
correctly, but doesn't output any text lines for it -- it might be
some kind of boundary problem since it happens at right around the end
of the file (which is also about 10k in size).

Could someone with more diff expertise take a look?

Just expand the repo somewhere and run a diff for revs 1 & 2:

[dj_at_vm-fc4 ~]$ svn diff -r1:2 file:///home/dj/tr
Index: file.txt
===================================================================
--- file.txt (revision 1)
+++ file.txt (revision 2)
[dj@vm-fc4 ~]$

The file has had a single character changed on line 318.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 20 15:48:57 2006

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.