On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: > On 13.10.2011 15:24, Daniel Shahaf wrote: > >No, it's a feature, showing that those lines are new in the > >locally-modified version. You can do > >% svn blame file@BASE > >for the old behaviour. > > > > The new intended behavior seems very reasonable. However, the > observed behavior is clearly a bug: I get "- -" for all lines, not > just locally modified ones.
I cannot reproduce this problem. 'svn blame' works fine for me in the case you describe. Maybe you (or your editor) changed all line endings in the file when you modified it? That would explain what you are seeing.