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

Not authorized

From: Christian Foerg <christian.foerg_at_alfavision.de>
Date: 2006-09-14 15:33:55 CEST

Hi everybody!

I got an autorisation problem on svn.
I'm running svnserve and do the authorisation with a passwd and a authz
file.
Here the content:

svnserve.conf:
   anon-access = read
   auth-access = write
   password-db = passwd
   authz-db = authz
   realm = alfa
passwd:
   [users]
   foerg = something
authz:
   [groups]
   alfa = foerg
   [/]
   @alfa = rw
   * = r
   [/Libs]
   @alfa = rw
   * = r
   [/Header]
   @alfa = rw
   * = r
   [/Source]
   @alfa = rw
   root = r
   * =

Everything on the authentification works just perfect except:
(I use RapidSVN from Windows)
If I try to checkout the directory "/Source", at logged-in state, of
course.
I get the error message "Not authorized to open root of edit operation".
If I set "* = r" it works. But i'dont want everyone to checkout the
sources.

Any idea???

Thx
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 14 15:49:17 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.