"svn blame" aborts on a revision with prop change but no text change
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-12-14 03:56:21 CET
"svn blame" aborts with the following error message if a revision in its range (r37 in this example) has a property change but no text change:
> svn blame foo
subversion/libsvn_client/blame.c:log_message_receiver(rev=37) is told that the path "/foo" has not changed (whereas in fact, the properties changed), so it thinks that it must be a child of a changed dir. I have not determined whether the callback information is wrong or the log_message_receiver is making a wrong assumption.
I mention this in case somebody wants to fix it, as I don't think I will be doing so any time soon.
- Julian
---------------------------------------------------------------------
|
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.