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

Re: lap authentication with AuthzSVNAccessFile authorization

From: Ronald Sacher <sacher_at_manetmail.de>
Date: 2005-05-27 14:57:52 CEST

Richard Stingel wrote:
> and this is what I have in authzvnAccess:
> *-----------------------------------------------
> [/]
> * = r
>
> [groups]
> myNewRepository-developers = myuser
>
> [MyNewRepository:/svn/MyNewRepository]
> @myNewRepository-developers = rw
> *---------------------------------------------------

This is should be on the "subversion" mailling list.

But it looks like your sections are wrong.
The path should be relative to the repository root not the filesystem.
Try it like this:

[MyNewRepository:/]
@myNewRepository-developers = rw

Ronald Sacher
Received on Fri May 27 22:57:52 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.