You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by James Trickel <jt...@dolphtech.com> on 2007/06/18 19:41:29 UTC

access file extendable

I have a repository that uses the http with AuthzSVNAccessFile 
authentication method. With the growth that I am seeing, is it possible 
to break this out into mulitple files?
i.e
/path/to/repo/conf/access
contains:
    include <projectA>
    include <projectB>

/path/to/repo/conf/projectA
contains
[repo:/some/path]
bill=rw
jane=r

and

/path/to/repo/conf/projectB
conatins
[repo:/some/other/path]
jack=r
joe=rw

Rather than the access file containing both?

TIA,
James

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org