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

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
Received on Wed Dec 6 15:41:40 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.