Branko Čibej wrote:
> Mark Phippard wrote:
>
>> Branko Čibej <brane@xbc.nu> wrote on 08/11/2005 02:09:17 PM:
>>
>>
>>
>>>Mark Phippard wrote:
>>>
>>>
>>>
>>>
>>>
>>>> No one has commented on the issue that Stefan King raised. It
>>>> looks simple enough to test and if I recall the problem is not
>>>> specific to Windows so it could be verified anywhere:
>>>>
>>>>
>>>>
>>>
>>> I can't reproduce this, using a stock 1.2.0 client against a 1.1.4
>>> mod_dav_svn, both running on Windows:
>>>
>>
>>
>> This is specifically a bug in 1.2.1. It is supposed to be one of the
>> things fixed in 1.2.2 which is why Stefan was reporting that he still
>> saw the problem. Perhaps he did something wrong in his build, but
>> testing with the 1.2.2 client is what needs to be done.
>>
>>
> Ah, I misunderstood. I'm building the 1.2.2 sources now (to sign the
> tarball), and will test with that. I agree this should be fixed in
> 1.2.2 if it's fixed on trunk.
Well, no luck, the exe from the 1.2.2 tarball works for me:
$ ../../rel/subversion-1.2.2/Release/subversion/clients/cmdline/svn.exe lock foo --username jrandom
Authentication realm: <http://localhost:80> Subversion Testing
Password for 'jrandom': *********
svn: Lock request failed: 405 Method Not Allowed (http://localhost)
$ wget --http-user=jrandom --http-passwd=rayjandom -O - http://localhost/test-dav/
--20:51:25-- http://localhost/test-dav/
=> `-'
Resolving localhost... 127.0.0.1
Connecting to localhost[127.0.0.1]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 251 [text/html]
<html><head><title>Revision 1: /</title></head>
<body>
<h2>Revision 1: /</h2>
<ul>
<li>foo</li>
</ul>
<hr noshade><em>Powered by Subversion version 1.1.1 (r11581).</em>
So it seems that the bug is fixed in 1.2.2, too.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 11 20:56:19 2005