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

Re: different access rights for several users

From: Daniele <daniele_at_interline.it>
Date: 2006-06-14 16:16:20 CEST

On Wednesday 14 June 2006 15:49, Urs Thuermann wrote:
> Daniele <daniele@interline.it> writes:
> > May you have miss a pointer to
> > http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2
>
> No, I haven't read the whole chapter 6 before your post, because we
> don't have Apache running. Also, I don't need per-directory access
> control, only per-user. Is it necessary to run apache to get this?
> Isn't there a simpler way, as in CVS, where you have a
> CVSROOT/readers file?

For access using svn://host/path you need svn > 1.3
Add to svnserve.conf something like the following:

[general]
password-db = my userfile
realm = my realm
anon-access = none
auth-access = read ??? or none o simply leave blank?
authz-db = authzfile

Your authzfile according to your previous post should be like the
following:

[groups]
readers = user, user0
writers = user1, user2

[/]
* =
@readers = r
@writers = rw

And should work, but I don't have direct exprience with svnserve.

Daniele

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 14 16:21:25 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.