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

Re: svn blame problem

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-31 16:08:46 CET

"Justin Johnson" <justinjohnson@fastmail.fm> writes:

> Does svn blame not know how to handle directory changes in the past? At
> rev 97 I changed the directory layout. Actually I changed it a few times
> but every file I try to run blame on complains about rev 97. I didn't
> see anything like this in the issue tracker.
>
> C:\svn\RatControl\ratcontrol\cc>svn blame vob.py
> svn: Error string not specified yet
> svn: Missing changed-path information for revision 97 of
> '/trunk/ratcontrol/vob.py'

Try this:

   $ svn log -v -r 97

Do you see this vob.py in the list of changed paths in revision 97?
Do you see that one of its parent directories was copied in that
revision 97?

If not, this is issue #1578. If so ... this could be a new bug in
blame. If you aren't sure what you're looking for, post the results
of the 'svn log' command above to the list, and I'll let you know what
I think.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 31 16:10:06 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.