AuthzSVNAccessFile and repository listing
From: Philipp Kunz <Philipp.Kunz_at_netarchitects.com>
Date: 2006-12-06 14:07:39 CET
Hello
When I use AuthzSVNAccessFile a cannot display
The list of repositories with websvn anymore.
Probably I don't know how allow access in the
Access file. I need probably something like:
[*:]
*=r
My httpd.conf looks like this:
...
<Location />
DAV svn
SVNParentPath /var/svn/repos
SVNListParentPath on
SVNAutoVersioning on
SSLRequireSSL
Options Indexes
AuthType Basic
AuthName "Netarchitects Subversion"
Require valid-user
AuthUserFile "/var/svn/users"
AuthzSVNAccessFile "/var/svn/access"
</Location>
...
Any help appreciated
Philipp
|
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.