Hello everyone !
Just a quick usage question about svn blame. I have a file which was
copied previously. But, svn blame reports an error on a revision in
which the file was simply modified. Here is the exact output of the
command:
K:\leadmanagement>svn blame src\web\careernudge\contacts\contact.jsp
svn: Missing changed-path information for revision 1573 of
'/rac/leadmanagement/trunk/src/web/careernudge/contact.jsp'
K:\leadmanagement>svn --version
svn, version 0.35.1 (r8050)
compiled Dec 21 2003, 07:34:35
(Apache 2.0.48, Win2K SP3)
A bit of history:
r1504: Created file as src/web/contact.jsp
------------------------------------------------------------------------
r1504 | fbos | 2003-11-18 13:52:49 -0500 (Tue, 18 Nov 2003) | 6 lines
Changed paths:
A \rac\leadmanagement\trunk\src\web\contact.jsp
A \rac\leadmanagement\trunk\src\web\help.jsp
r1556: Moved from src/web/contact.jsp to
src/web/enter/application/contact.jsp
------------------------------------------------------------------------
r1556 | fbos | 2003-11-25 09:55:17 -0500 (Tue, 25 Nov 2003) | 10 lines
Changed paths:
D \rac\leadmanagement\trunk\src\web\contact.jsp
D \rac\leadmanagement\trunk\src\web\contactlist.jsp
A \rac\leadmanagement\trunk\src\web\enter\application\contact.jsp
(from \rac\leadmanagement\trunk\src\web\contact.jsp:1555)
A \rac\leadmanagement\trunk\src\web\enter\application\contactslist.jsp
(from \rac\leadmanagement\trunk\src\web\contactlist.jsp:1555)
...
r1587: Moved src/web/enter/application to src/web/careernudge (the
parent folder of the contact.jsp file)
------------------------------------------------------------------------
r1587 | fbos | 2003-11-27 17:32:10 -0500 (Thu, 27 Nov 2003) | 26 lines
Changed paths:
A \rac\leadmanagement\trunk\src\web\careernudge (from
\rac\leadmanagement\trunk\src\web\enter\application:1585)
...
D \rac\leadmanagement\trunk\src\web\enter\application
...
r1797: Moved src/web/careernudge/contact.jsp to
src/web/careernudge/contacts/contact.jsp
------------------------------------------------------------------------
r1797 | fbos | 2003-12-26 21:21:45 -0500 (Fri, 26 Dec 2003) | 13 lines
Changed paths:
D \rac\leadmanagement\trunk\src\web\careernudge\contact.jsp
A \rac\leadmanagement\trunk\src\web\careernudge\contacts
A \rac\leadmanagement\trunk\src\web\careernudge\contacts\contact.jsp
(from \rac\leadmanagement\trunk\src\web\careernudge\contact.jsp:1794)
A \rac\leadmanagement\trunk\src\web\careernudge\contacts\index.jsp
(from
\rac\leadmanagement\trunk\src\web\careernudge\contactslist.jsp:1794)
D \rac\leadmanagement\trunk\src\web\careernudge\contactslist.jsp
...
r1573 is not even in the copy history of the file. The --verbose log of
r1573 is as follows:
------------------------------------------------------------------------
r1573 | fbos | 2003-11-26 15:58:57 -0500 (Wed, 26 Nov 2003) | 36 lines
Changed paths:
...
M \rac\leadmanagement\trunk\src\web\enter\application\contact.jsp
M \rac\leadmanagement\trunk\src\web\enter\application\contactslist.jsp
Is this a bug somehow in the svn blame interface, or is it my error
somehow ?
Thanks !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 10 23:22:13 2004