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

Problem using svnaccessfile

From: Alexander Zeitler <azeitler_at_aspintranet.de>
Date: 2003-12-20 17:44:28 CET

hi,

i installed the current version of subversion on
apache using webdav according to:
http://tortoisesvn.tigris.org/documentation/ch03.html

my httpd.conf contains this one:

<Location /svn>
DAV svn
SVNParentPath D:\SVN
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

it works fine (login with users defined
in the passwd file) until i uncommend the line
#AuthzSVNAccessFile svnaccessfile

my svnaccessfile (which is placed in
the root of my apache-path) looks like this:

#[groups]
developers = Administrator
#allow developers access
[/EventManager]
@developers = rw

where EventManager is a repository
inside D:\SVN\
the path is
D:\SVN\EventManager

When trying to connect to this repository
using http://myserver/svn/EventManager the
user name and password are requested, but
when entering these creditensials as uncommending
the svnaccessfile line, i get an 401 authorization
error.

watching in apache's error log i get something like this:

[Sat Dec 20 17:20:44 2003] [error] [client myip]
(200002)APR does not understand this error code:
C:/Program Files/Apache Group/Apache2/svnaccessfile:2: Section header
expected

what am i doing wrong?

regards

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 20 17:40:59 2003

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.