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

Failed to load the AuthzSVNAccessFile - Section header expected

From: hquinn <hazel26tck_at_hotmail.com>
Date: Mon, 29 Sep 2008 09:03:13 -0700 (PDT)

Hi guys! Well this is my first time I configure a Subversion server, I've
been following many tutorials and I read the SVN Book, but I just don't seem
to get my subversion server working. I have issues to see the repository,
import proyects and with the authentication of valid users:
I'm running the subversion server in Windows XP, Apache 2.0.63 and
Subversion 1.5.1
This the error I get in the Apache log when I enter a valid user and its
password:
[Mon Sep 29 10:26:09 2008] [error] [client 127.0.0.1] Failed to load the
AuthzSVNAccessFile: C:\\svn_conf\\svn-authz.conf:1: Section header expected
[Mon Sep 29 10:26:09 2008] [error] [client 127.0.0.1] Access denied:
'hazelq' GET android:/

This is the my httpd.conf file:

DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2/htdocs"
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn/repos/>
DAV svn
SVNParentPath "c:\svn\repos"
# List repositories
SVNListParentPath on
AuthzSVNAccessFile c:/svn_conf/svn-authz.conf
Require valid-user
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile c:/svn_conf/svn-password.pass
</Location>

This is the svn-authz.conf file:
[/]
hazelq=rw
*=r
[android:/]
hazelq=rw
[tutorial:/]
hazelq=rw
*=r

In the svnserve.conf file of the android repository I remove the comments of
the lines as the svn book mentions:
[general]
anon-access=read
auth-access=write
password-db=passwd

I really don't know what configuration I'm missing.
Thanks in advance

-- 
View this message in context: http://www.nabble.com/Failed-to-load-the-AuthzSVNAccessFile---Section-header-expected-tp19726695p19726695.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-29 18:03:33 CEST

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.