I think this is the same problem we've been having with our svn+ssh
server since upgrading clients to 1.5. I'm set to "rw" in the
authzfile, but I can't read operations like log or update, but can
write. I noticed that If I replace the contents of the file with *=r,
I can read. I'm assuming that adding 'auth-access = write" will fix
our problem, but why is this (suddenlty now) necessary, especially
since the documentation says its the default?
On Wed, Jul 2, 2008 at 4:17 PM, Bernd Kümmerlen
<bernd.kuemmerlen_at_mevis.de> wrote:
> users-digest-help_at_subversion.tigris.org wrote:
>>
>> Hi,
>>
>> Have you tried change the these settings in svnserve.conf ?
>>
>> svnserve.conf file
>>
>> anon-access = none
>> auth-access = write
>> Eric,
>
>
> Thanks, that did the trick...
>
> Cheers
> Bernd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-09 23:29:34 CEST