On Sep 7, 2005, at 3:10 PM, James Williamson wrote:
> Hello,
>
>
>
> I am trying to setup 2 separate repositories on the same server –
> each with different access control. I currently have one repository
> and I would like to add a second. I am running Apache on a Windows
> Server platform and my htpd.conf file contains the following
> ‘Location’ block:
>
>
>
> <Location /svn>
>
> DAV svn
>
> SVNParentPath C:/SVN
>
> AuthType Basic
>
> AuthName "Subversion repositories"
>
> AuthUserFile passwd
>
> #AuthzSVNAccessFile svnaccessfile
>
> Require valid-user
>
> </Location>
>
>
>
> Is it possible to configure a second repository and use a separate
> Apache password file to control access to the second repository?
Maybe I'm missing something here, but I think you should just be able
to add a second Location block for the second repository.
-Bill
>
>
> Thanks
>
>
>
> James Williamson
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 7 22:21:26 2005