Andy,
I wish it were that simple. The rule configuration in the AuthzSVNAccesssFile
looks like this for one of the repositories in question:
[Reactor:/]
* = r
@reactor-contrib = rw
.... and the virtual host looks like this (straight out of the SVN book):
<VirtualHost *:80 >
ServerName svn.reactorframework.com
DocumentRoot e:/svn/Reactor
Alias / e:/svn/Reactor
<Location / >
DAV svn
SVNParentPath e:/svn/Reactor
# access control
AuthzSVNAccessFile e:/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 "Reactor Subversion Repository"
AuthUserFile e:/svn/svn.pass
</Location>
I am really stumped here, so any ideas would be appreciated.
Thanks
-- Jeff
>In your AuthzSVNAccessFile file, simply stick a *=r under the
>anonymous repositories
>
>e.g.
>
>[myrepo:/]
>*=r
>
>Andy
>
>
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290745
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4