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

Re: Problem with ssh access and authz after client update to 1.5

From: Eric Lee <eric_at_myprojects.srhost.info>
Date: Wed, 2 Jul 2008 21:06:46 +0800

----- Original Message -----
From: "Bernd Kuemmerlen" <bkuemmer_at_gmx.net>
To: <users_at_subversion.tigris.org>
Sent: Wednesday, July 02, 2008 8:37 PM
Subject: Problem with ssh access and authz after client update to 1.5

: Hello,
:
: we have a subversion repository running on svn 1.4, using svn+ssh as the
: only access method. The repository uses the authz file to restrict
: access to parts of the repository, which works fine when using a 1.4 client.
:
: We now have the problem that when using the svn 1.5 client, access is
: denied to the repository, even though it should be possible and it works
: fine with 1.4.
:
: The message I get when doing "svn update" is
: > svn: Not authorized to open root of edit operation
:
: The authz file looks like this
:
: #===================================
: [groups]
: access_group = user1, user2, user3
:
: [/]
: * =
: @access_group = rw
: #===================================
:
:
: If I grant
: * = rw
: everything works fine, but this is not what we had in mind.
:
: Can anybody shed some light on this problem?
:
: Thanks
: Bernd

Hi,

Have you tried change the these settings in svnserve.conf ?

svnserve.conf file

anon-access = none
auth-access = write

Eric,

----------------------------------------------------
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
:

: ---------------------------------------------------------------------
: 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-02 15:07:21 CEST

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.