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

Re: subversion, davfs - problem after ugrade

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Tue, 8 Mar 2011 03:28:51 +0300

2011/3/8 Andrzej Zawadzki <zawadaa_at_gmail.com>:
> On 07.03.2011 22:15, Konstantin Kolinko wrote:
>> 2011/3/6 Andrzej Zawadzki <zawadaa_at_gmail.com>:
>>> Hi!
>>>
>>> After upgrade from apache-mod_dav_svn-1.6.12 to
>>> apache-mod_dav_svn-1.6.1{5,6}
>>> my repo isn't accessible without authorization  process - with
>>> login/password - works.
>>>
>>> My apache error log file shows only:
>>>
>>> [Thu Mar 03 17:18:19 2011] [error] [client 192.168.201.1] Invalid method
>>> in request USERINFO /static/trunk/ HTTP/1.1
>>>
>>> I've simple repo, which is mounting from a few servers via mount.davfs2
>>> My configuration allows access without authorization and this works with
>>> 1.6.12
>>>
>>> Software:
>>> davfs2-1.4.6
>>>
>>> configuration:
>>>
>>>  <Location /static/trunk>
>>>                Satisfy Any
>> Why not Satisfy All?
> Hmm worked and works, and is working now with ver. 1.6.12  -(I think
> than conf is from manual)

It means that 192.168.201.1 will bypass authentication. That is not an
invalid configuration, but a rare one.

>>>                Order deny,allow
>>>                Deny from all
>>>                Allow from 192.168.201.1
>>>
>> And the rest of the section?
> Rest? :-)

I would expect
  DAV svn
and
  SVNPath /path-to-repository

as in
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.basic

> </Location>
>

Best regards,
Konstantin Kolinko
Received on 2011-03-08 01:29:26 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.