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

Re: Project based authentication

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-07-25 12:15:55 CEST

Steve Williams wrote:
> Ritesh Nadhani wrote:
>> I would like to setup subversion in such a way like:
>>
>> -- One user has read-only access only to one particular project and
>> not anonymous which gives anon access to all the projects. He cannot
>> have read access to other projects too.
>> -- Specific write permission to particular projects. E.g. Mr. X has
>> read and write access only for project1 and project 3.
>> -- Branching can be done only by a particular person most probably
>> the project admin.
>>
>> Is this possible? If not then what would you suggest to handle such
>> situations?
>>
>
> The Subversion Book describes exactly what you need. AuthzSVN.

Unfortunately, it doesn't enforce it for other access methods. That takes a
pre-commit hook, using an approach such as svnperms.py and svnperms.conf,
which actually give better resolution of control such as read-only, add,
delete, and edit for tags and branches.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 25 12:17:13 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.