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

Problem with ssh access and authz after client update to 1.5

From: Bernd Kuemmerlen <bkuemmer_at_gmx.net>
Date: Wed, 02 Jul 2008 14:37:07 +0200

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

---------------------------------------------------------------------
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 14:37:39 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.