[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: Sven Brueggemann <SBrueggemann_at_gmx.net>
Date: 2006-03-06 11:04:36 CET

Kashif Aslam wrote:
> Andy Levy <andy.levy@gmail.com> wrote: On 3/3/06, kashif aslam wrote:

> but i am not getting any authz file in conf folder. There are only two
> files in conf folder and they are passwd and svnserve.conf.
> svnserve.conf file does not contain any line like
> authz-db = authz.
> can you tell me the full path where i can get authz file.
> is there any other way to provide read only access to specific users and
> write access to some other specific users??

As Andy already told you, this is not a TSVN issue, but a Subversion issue.

And why do you want "any other way" - before even trying the authorization
file?

As of 1.3.0, svnserve is able to provide path-based authorization. Put an
"authz-db" line into you svnserve.conf and let it point to your access
file:

[general]
password-db = userfile
realm = my realm
anon-access = none
auth-access = write
authz-db = authzfile

Then read in
http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2

how to configure your access file properly. Start with the paragraph
beginning with "The syntax of the access file..." and read until
"...and that's pretty much all there is to it.".

After that, you will be able to apply read only and read/write access
to specific users.

Kind regards

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Mar 6 11:05:28 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.