[Python-Dev] svn problem - can't get log info for a specific revision

Tim Peters tim.peters at gmail.com
Mon Dec 5 17:22:14 CET 2005


[skip at pobox.com]
...
> Wanting to investigate that further, I checked the developer's FAQ and found
> this command to view the checkin history for that rev:
>
>    svn log --verbose -r 36760
>
> When I run it I get this error:
>
>    svn: REPORT request failed on '/projects/!svn/bc/36760/python/branches/release24-maint'
>    svn: '/projects/!svn/bc/36760/python/branches/release24-maint' path not found
>
> What is that error telling me?

I'm not sure, and I have no idea how you're getting strings like
"/!svn/" and "/bc/" in your output, but it works fine here if I point
it at the trunk instead:

$ svn log -v -r36760  svn+ssh://svn.python.org/python/trunk
------------------------------------------------------------------------
r36760 | mwh | 2004-08-03 10:37:14 -0400 (Tue, 03 Aug 2004) | 2 lines
Changed paths:
   A /python/trunk/Lib/test/test_threadsignals.py

Argh!  This was meant to be part of patch #960406.

------------------------------------------------------------------------


More information about the Python-Dev mailing list