[Python-Dev] svn problem - can't get log info for a specific revision
skip@pobox.com
skip at pobox.com
Mon Dec 5 17:57:10 CET 2005
>> 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
Tim> I'm not sure, and I have no idea how you're getting strings like
Tim> "/!svn/" and "/bc/" in your output, but it works fine here if I
Tim> point it at the trunk instead:
Tim> $ svn log -v -r36760 svn+ssh://svn.python.org/python/trunk
...
Okay, I got it. I was asking for that revision on the release24-maint
branch, but it was actually applied to the trunk. It shows up now in the
maintenance branch, but still has to be queried for on the trunk.
Skip
More information about the Python-Dev
mailing list