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

Re: Auth problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-30 17:11:14 CEST

On Wed, 2004-06-30 at 09:40, Luciano Ribeiro wrote:
> This is my AuthzSVNAccessFile:
>
> [repos:/repos]
> func = rw
> kiv = r

You have exactly one repository defined, named "repos". You've given
permissions only on the "/repos" subdirectory within that repository.
Nobody has access to the "/" directory of the repository. My guess is
that you're running 'svn log' on the root directory within the
repository (don't know, because you didn't show us your log command.)

As the book suggests, try starting out by adding

[repos:/]
* = r

So that everyone has read access to '/' within the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 30 17:34:10 2004

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.