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

[bug] strange (corrupt ?) svn log entry

From: Antoine Pitrou <solipsis_at_pitrou.net>
Date: Sat, 26 Jan 2008 02:18:18 +0100

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

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.