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]
I have Subversion 1.4.5 setup on Windows with Apache. The end goal is to
Here is the info from my virtual host configuration in Apache ..
<Directory e:/Alagad/svn >
Order Deny,Allow
Allow from All
</Directory>
<Location / >
DAV
SVNParentPath e:/Alagad/svn
# access control
AuthzSVNAccessFile
# try anonymous access first, resorting to
Satisfy Any
Require valid-user
#how to authenticate a user
AuthType Basic
AuthName
AuthUserFile
</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
|
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.