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

access file extendable

From: James Trickel <jtrickel_at_dolphtech.com>
Date: 2007-06-18 21:41:29 CEST

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
Received on Mon Jun 18 21:43:12 2007

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.