You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by de...@gsw.com.br on 2007/03/06 13:36:20 UTC

Problem with svnserve.conf

Hi,

I installed subversion in a Linux server and I'm using it with Tortoise. I 
did a configuration to work with authz file as I show bellow:

#svnserve.conf file
[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
realm = embraer

#authz file
[group]
gsw_desenv = rsilva
gsw_cord = debora

[/]
@gsw_cord = rw
* = r

#passwd file
[users]
rsilva = rsilva1
debora = dferrara1
valeria = valeria1

The problem is that users valeria and rsilva are allowed to commit files 
and folders with Tortoise even if they don't have authorization to do it. 
I think that svnserve.conf file is not recognizing authz file. All 
configuration files are in the conf path of the repository.

I will appreciate some help.


Débora Mariana Ferrara
Coordenador de Projetos


( (12) 2139 -1746
( (12) 2139 -1791
* debora@gsw.com.br  


 

Re: Problem with svnserve.conf

Posted by Kylo Ginsberg <ky...@gmail.com>.
In the subversion docs, [groups] has an 's' in it, but your example
below doesn't.

On 3/6/07, debora@gsw.com.br <de...@gsw.com.br> wrote:
> #authz file
> [group]
> gsw_desenv = rsilva
> gsw_cord = debora

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org