Description
Tested with Subversion 0.32.1 on Windows 2000. As stated into issue summary - "svn blame" command doesn't output last line of a file, if there is no newline (\n) char after it. For example in PHP, which I mainly use during my work there must be no newline char at last line of a source because otherwise it will be sent to client. So, Subversion doesn't display me last line of all my PHP files, but after adding "\n" to the last line - i get whole file contents in output.
Original issue reported by flying