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

Setting Authz

From: Jérôme FORMIGLI <jerome.formigli_at_sogeti.com>
Date: 2007-12-12 08:49:41 CET

Hi,

 

I try to configure file AUTHZ as in your sample but my i have a problem

If i try to commit a file with user john on repository [proj1:/]

An error occurs : commit fail, acces denied

 

Could you help me’ please

Jerome

 

SVNSERVE.CONF

[general]

anon-access = none

auth-access = write

password-db = passwd

authz-db = authz

 

PASSWD

John = mypass


 

AUTHZ

[groups]
admin = john, kate
devteam1 = john, rachel, sally
devteam2 = kate, peter, mark
docs = bob, jane, mike
training = zak
# Accès par défaut à TOUS les référentiels
# Tout le monde peut lire, les admins peuvent écrire, Dan German est exclus.
[/]
* = r
@admin = rw
dangerman =
# Permet aux développeurs un accès total aux référentiels de leurs projets
[proj1:/]
@devteam1 = rw
[proj2:/]
@devteam2 = rw
[bigproj:/]
@devteam1 = rw
@devteam2 = rw
trevor = rw
# Donne aux personnes en charge de la documentation un accès en écrite sur
tous les répertoires de la documentation
[/trunk/doc]
@docs = rw
# Donne aux débutants un accès en écriture uniquement au référentiel
d'entraînement
[TrainingRepos:/]
@training = rw

 
Received on Wed Dec 12 08:55:09 2007

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.