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

SVNParentPath, AuthzSVNAccessFile

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2005-11-30 14:41:06 CET

Hi,

Apache 2.0.55 with svn 1.2.3.

I use multiple Location containers with SVNParentPath and
AuthzSVNAccessFile in every container. Each SVNParentPath holds multiple
reposiories.
Now I came accross one question: Is it possible to have different
AuthzSVNAccessFile files for each repository?

For instance:

  <Location /it>
     Include conf/subversion.conf
     SVNParentPath /svn/svn/it
     AuthzSVNAccessFile /usr/local/httpd-ssl-2.0.55/conf/svnaccess.it
     AuthName "Access to IT area"
  </Location>

There are different repositories under /svn/svn/it - and I want to let
the repositories owner manage there own access controls.
I know how to set the permissions for each repos in svnaccess.it, but
I'd like to have different files, as said.
It would be great if the AuthzSVNAccessFile could contain include
statements, but this seems to be impossible.

Any ideas?

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 30 15:05:23 2005

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.