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

Re: How to configure project based ACLs?

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-18 13:12:59 CEST

On May 18, 2006, at 08:13, Markus KARG wrote:

>>> Hi have read that with SVN 1.3.1 it is possible not only to have
>>> global user access rights, but to also apply project based ACLs
>>> (without the use of http:// but with svn:// access).
>>> Unfortunately the Subversion book only contains ACLs
>>> configuration using http:// mode, but not for svn:// mode. Can
>>> anybody send me a link where to find documentation on how to
>>> configure SVNServer-based ACLs?
>>
>> This is noted in the 1.3.0 release notes under the "New Features"
>> heading:
>>
>> http://subversion.tigris.org/svn_1.3_releasenotes.html
>>
>> FYI, the file format is the same as the mod_authz_svn files.
>
> Maybe call me stupid, but what is a mod_authz_svn file and where
> can I find documentation on it?
> We are using SVNServer for quite a year but I never have seen such
> a file (maybe because we are using svn:// but not http://)...
> Is there a link to some online documentation on this?

authz is the per-directory access control which is available since
Subversion 1.3.0 in svnserve. Before 1.3.0 it was only available in
the Subversion Apache module. The feature, including how to set it up
with Apache (which you should skip over if you're using svnserve) and
the file format for authorization information (which you should read
in either case), is described here:

http://svnbook.red-bean.com/nightly/en/
svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 18 13:14:10 2006

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.