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

Re: Problems with svn auth and acess control

From: Frank Wallingford <frank.wallingford_at_technologist.com>
Date: 2007-04-28 07:14:40 CEST

> My svnaccess file looks like:
> ---------------------------------------
> [groups]
> everyone=trevor,david
> admin=trevor
>
> [/]
> @admin=rw
>
> [private:/]
> @everyone=r
> trevor=rw
>
> [public:/]
> *=r
> everyone=rw
> --------------------------------------
>
> Access to the private repo works fine as expected. Access to the
> public repo work fine for browsing and checking out copies.
>
> However, write operations don't work if I have the *=r line:

Try using "@everyone" instead of "everyone" on the last line of your
svnaccess file so that it reads the group instead of a user called
"everyone".

-Frank

--
----------------------------------
Frank Wallingford
frank.wallingford@technologist.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 28 06:16:28 2007

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.