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

Split of the AuthzSVNAccessFile - one file for each repository

From: <eduardo.quaglia_at_indt.org.br>
Date: Tue, 1 Apr 2008 11:25:18 -0400

Hi all.

I need to split my AuthzSVNAccessFile in different files (one for each
repository). How can I do that?

For now I'm using the following control file:

-------------------------------------------------
LoadModule dav_svn_module modules/mod_dav_svn.so

# Only needed if you decide to do "per-directory" access control.
LoadModule authz_svn_module modules/mod_authz_svn.so

# Example location directive.
#
<Location /svn>
    Dav svn
    SVNParentPath /usr/local/svn_repository/
    AuthzSVNAccessFile /usr/local/svn_repository/control
    AuthType Basic
    AuthName "LEQ Repository"
    AuthUserFile /usr/local/svn_repository/svnauth
    Require valid-user
</Location>
---------------------------------------------------

Thanks in advance,

Eduardo Quaglia
Senior Enginner
INdT O&L/LEQ Manaus
Phone +55 92 2126.1084
Received on 2008-04-01 17:26:52 CEST

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.