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

RE: Anonymous Access Issue

From: Jeff Chastain <lists_at_admentus.com>
Date: 2007-10-08 22:58:03 CEST

Anybody?

 

From: Jeff Chastain [mailto:lists@admentus.com]
Sent: Monday, October 08, 2007 8:47 AM
To: 'users@subversion.tigris.org'
Subject: Anonymous Access Issue

 

I have Subversion 1.4.5 setup on Windows with Apache. The end goal is to
have anonymous read access available for 2 of the repositories (there are
other repos that are only available to authenticated users) and
authenticated read-write access for all. I have gone through the
instructions in the SVN book, but I cannot get anonymous access to work. If
I log in, then everything works.

 

Here is the info from my virtual host configuration in Apache ..

 

<Directory e:/Alagad/svn >

                Order Deny,Allow

                Allow from All

</Directory>

 

                <Location / >

                                DAV
svn

                                SVNParentPath e:/Alagad/svn

 

                                # access control

                                AuthzSVNAccessFile
e:/Alagad/svn/svn.rules

 

                                # try anonymous access first, resorting to
real authentication if necessary.

                                Satisfy Any

                                Require valid-user

 

                                #how to authenticate a user

                                AuthType Basic

                                AuthName
"Subversion Repository"

                                AuthUserFile
e:/Alagad/svn/svn.pass

                </Location>

 

In my rules file (svn.rules), I have the following entries ..

 

                [Reactor:/]

* = r

@alagad-team = rw

 

Does anything look obviously amiss here?

 

Thanks for any pointers.

-- Jeff

 

 
Received on Mon Oct 8 22:59:16 2007

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.