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

Re: read-only access for specific users

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-03-03 14:44:51 CET

On 3/3/06, kashif aslam <kaashif_jmi@yahoo.co.in> wrote:
>
> hi group,
>
> i am using TortoiseSvn on windows XP, and using subversion as server.
>
> i want to know that, how would i provide read only access for a specific
> number of users only.
> if we provide
> auth-access = write
>
> this is the write access for a specific number of users.
>
> so is there any way to do the same for read only access.

Assuming you're using AuthZ for your access control, something like this:

[/]
*=r
@users_who_can_write = rw

This isn't really a TSVN issue, it's a Subversion access control
question. Consult The Book (http://svnbook.org/) as it covers this
pretty well.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Mar 3 14:45:08 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.