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