You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mats Nilsson <ma...@xware.se> on 2003/12/03 11:53:02 UTC

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

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

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

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
That is (or was) issue 1570.  The fix is in 0.34 which will be out any 
day now.

/Tobias


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