I have pretty much just that ... only on Linux, and it works for me...

Andy

On 10/10/2007, Jeff Chastain <[EMAIL PROTECTED]> wrote:
> 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
> >
> >
> >>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290762
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to