You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rainer Sokoll <R....@intershop.de> on 2005/11/30 13:41:06 UTC

SVNParentPath, AuthzSVNAccessFile

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