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

Re: Repository permissions

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 9 Jan 2008 15:20:48 -0500

On Jan 9, 2008 3:02 PM, Andre-John Mas <ajmas_at_sympatico.ca> wrote:
> Hi,
>
> We are looking at moving over to subversion and one of the questions was whether it is possible to specify different access permissions to users in the repository, based on path. For example, in the same repository:
>
> /project x
> user a: r
> user b: rw
> user c: -
>
> /project y
> user a: r
> user b: r
> user c: rw
>
> Can this be done, or is there a recommended alternative approach?

Any evaluation of Subversion should include a perusal of the fine manual.

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

Per-directory controls are also available via svnserve, just point
svnserve.conf at the access control file (same format as is used for
Apache).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-09 21:41:14 CET

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.