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.
svn blame file@BASE works, thanks.
My server is of version 1.6, if it matters.
Best wishes,
Andrey Paramonov
Andrey Paramonov wrote on Thu, Oct 13, 2011 at 13:14:35 +0400:
Hello!
To reproduce:
0) Checkout a working copy.
1) svn blame somefile. You will get lines of somefile annotated with
revision and committer.
2) Modify somefile.
3) svn blame somefile. You will get lines of somefile annotated with
double hyphens -- revision and committer information not available.
This is a regression compared to 1.6.12.
Best wishes,
Andrey Paramonov