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

Re: SVN http server + Auth configuration

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-06-09 15:33:14 CEST

On 6/9/06, Guillaume Alleon <guillaume.alleon@laposte.net> wrote:
> Hi,
>
> I have a problem I don't understand. I tried to configure a SVN
> repository using an httpd server with access control as stated
> in the svnbook. My Location block is looking like this:
>
> Alias /incertitude/ /opt/svn/incertitude/
>
> <Location /incertitude>
> DAV svn
> SVNPath /opt/svn/incertitude
>
> AuthType Basic
> AuthName "Incertitude Subversion Repository"
> AuthUserFile /etc/svn-auth-file
>
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>
>
> Nevertheless trying to commit I get this error
>
> $ svn --username alleon ci AUTHORS -m "test SVN repository"
> svn: Commit failed (details follow):
> svn: OPTIONS request failed on '/incertitude/trunk'
> svn: OPTIONS of '/incertitude/trunk': Could not read response body:
> connection was closed by server. (http://xxx.yyy.zzz)
>
> while OPTIONS is in my except tag.

You might want to look in the serer error log, to see what's going on
there. An inability to read a response from the server often means a
httpd child process has crashed or something like that.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 9 15:35:08 2006

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.