[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"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
  svn: Missing changed-path information for revision 37 of '/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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 14 03:56:57 2003

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.