Hi,
I've observed a very strange behaviour with the "svn log" command.
As you may see, not only the displayed paths are wrong (the changes
really occurred in /python/branches/py3k/..., but the displayed path
is /python/trunk/...), but the selection of log entries defies logic:
they are displayed when /python/ or /python/branches/py3k/PCbuild is
specified, but not for a directory in between (/python/branches/py3k).
This has been observed with both versions 1.4.2 and 1.4.6 of the SVN
client. However, I don't know what version the server is using.
Can anyone confirm this is indeed a bug?
$ svn log -v -r 59624 http://svn.python.org/projects/python/branches/py3k/PCbuild
------------------------------------------------------------------------
r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line
Changed paths:
M /python/trunk/Misc/NEWS
A /python/trunk/PCbuild (from /python/trunk/PCbuild9:59623)
M /python/trunk/PCbuild/readme.txt
D /python/trunk/PCbuild9
Renamed PCBuild9 directory to PCBuild
------------------------------------------------------------------------
$ svn log -v -r 59624 http://svn.python.org/projects/python/branches/py3k/
------------------------------------------------------------------------
$ svn log -v -r 59624 http://svn.python.org/projects/python/
------------------------------------------------------------------------
r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line
Changed paths:
M /python/trunk/Misc/NEWS
A /python/trunk/PCbuild (from /python/trunk/PCbuild9:59623)
M /python/trunk/PCbuild/readme.txt
D /python/trunk/PCbuild9
Renamed PCBuild9 directory to PCBuild
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-26 14:46:04 CET