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

SVN http server + Auth configuration

From: Guillaume Alleon <guillaume.alleon_at_laposte.net>
Date: 2006-06-09 07:37:31 CEST

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.

Thanks for your help
Guillaume

-- 
Guillaume ALLEON
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 9 07:35:25 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.