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

BUG: 'svn blame' skips last line if it doesn't have an EOL

From: Mats Nilsson <mats.nilsson_at_xware.se>
Date: 2003-12-03 12:53:02 CET

svn 0.33.1

Reproduce like this:

svnadmin create c:\svn\repos
svn co file:///svn/repos
cd repos
echo Foo bar > foo.txt
svn add foo.txt
svn ci -m "1st rev"
notepad foo.txt
   # append a line without EOL
svn ci -m "2nd rev"
svn blame foo.txt
   # last line missing here

svn cat foo.txt
   # but it exists here

svn diff -r1:2 foo.txt
   # and here

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 3 12:49:13 2003

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.