hquinn
2008-09-29 16:03:13 UTC
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
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.
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.