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

Re: regression in 1.5 accessing server root

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 06 Apr 2008 12:37:03 +0200

Lieven Govaerts wrote:
> Stefan Küng wrote:
>> Hi,
>>
>> I've reported this a few hours ago, but it appears that my mail didn't
>> get through. So here goes again, but this time with an actual
>> reproduction recipe:
>>
>> set up apache (only tried with https, not http but it shouldn't make a
>> difference), use this location block:
>>
>> <Location />
>> DAV svn
>> SVNPath D:/Development/repos/test
>> AuthType Basic
>> AuthName "Subversion repositories"
>> AuthUserFile passwd
>> Require valid-user
>> #AuthzSVNAccessFile conf/svnaccessfile
>> </Location>
>>
>> (my server is running on Vista, svn 1.4.5)
>>
>> Then, with an 1.4.x client, do
>> $ svn co https://server/ workingcopy
>>
>> it will succeed.
>>
>> But with an 1.5 client, this doesn't work:
>> $ svn co https://server/ workingcopy
>> svn: OPTIONS of 'https://server': Could not parse response status line
>> (https://server)
>>
>> Tried both with the 1.5 client from
>> http://merge-tracking.open.collab.net/files/documents/147/440/CollabNetSubversion-client-EA-1.5.0-10.win32.exe
>>
>> and one built myself from the 1.5.x branch about an hour ago.
>> (and of course with TSVN, just in case you're wondering)
>
> I get the same error with a trunk server & client on Linux using
> ra_neon. With ra_serf I even get a segfault.
>
> Do you mind creating a issue for this Stefan? Milestone 1.5. I will look
> at it later today if possible, but this shouldn't be forgotten.

Filed as issue #3167:
http://subversion.tigris.org/issues/show_bug.cgi?id=3167

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-04-06 12:37:32 CEST

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.