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

Problem with authorization when using client 1.7.5

From: Jörg Heßdörfer <joerg.hessdoerfer_at_sea-gmbh.com>
Date: Mon, 11 Jun 2012 11:01:28 +0200

Hi,

we recently upgraded our SVN server to V1.7.5 (from 1.4). We migrated
the exact configuration. We use individual repos served by Apache 2.2.

Since the upgrade, we cannot check out the ROOT (/) of any repository
which has non-public read access (see below) with clients version 1.7.X,
we always get the error:

Error: Not authorized to open root of edit operation

What is interesting, is that older clients (e.g. 1.6.9) work fine
against the same repo.

Apache logs the following errors:

[Mon Jun 11 10:46:14 2012] [info] [client 192.168.0.38] Access granted:
- OPTIONS (null)
[Mon Jun 11 10:46:14 2012] [debug] mod_deflate.c(615): [client
192.168.0.38] Zlib: Compressed 196 to 136 : URL /Projects/Test/jh
[Mon Jun 11 10:46:14 2012] [info] [client 192.168.0.38] Access granted:
- OPTIONS (null)
[Mon Jun 11 10:46:14 2012] [debug] mod_deflate.c(615): [client
192.168.0.38] Zlib: Compressed 196 to 136 : URL /Projects/Test/jh
[Mon Jun 11 10:46:14 2012] [debug]
subversion/mod_authz_svn/mod_authz_svn.c(193): [client 192.168.0.38]
Path to authz file is /svn/Projects/Test/jh/svn-acl
[Mon Jun 11 10:46:14 2012] [info] [client 192.168.0.38] Access granted:
- REPORT jh:
[Mon Jun 11 10:46:14 2012] [debug]
subversion/mod_authz_svn/mod_authz_svn.c(193): [client 192.168.0.38]
Path to authz file is /svn/Projects/Test/jh/svn-acl
[Mon Jun 11 10:46:14 2012] [error] [client 192.168.0.38] A failure
occurred while driving the update report editor [500, #220000]
[Mon Jun 11 10:46:14 2012] [error] [client 192.168.0.38] Not authorized
to open root of edit operation [500, #220000]
[Mon Jun 11 10:46:14 2012] [debug] mod_deflate.c(615): [client
192.168.0.38] Zlib: Compressed 241 to 171 : URL /Projects/Test/jh/!svn/me

The apache config for this repo looks like this:

<Location /Projects/Test/jh>

DAV svn

SVNIndexXSLT "/svnindex.xsl"

SVNPath /svn/Projects/Test/jh
AuthzSVNAccessFile /svn/Projects/Test/jh/svn-acl
AuthType Basic
AuthName "SVN /Projects/Test/jh"

AuthBasicProvider ldap
AuthLDAPURL ldap://thor/dc=sea-gmbh,dc=com
AuthzLDAPAuthoritative Off

Satisfy Any
Require valid-user

</Location>

and the svn-acl is:

[/]
jh=rw
*=

Any idea what might go wrong here? Should I file an issue?

Best regards,
        Jörg

-- 
Jörg Heßdörfer
S.E.A. Datentechnik GmbH
Mülheimer Straße 7
53840 Troisdorf
Tel.: +49 2241 12737-19
Fax.: +49 2241 12737-14
E-Mail: Joerg.Hessdoerfer_at_sea-gmbh.com
Web   : http://www.sea-gmbh.com
Informationen nach 37aHGB, 35a GmbH-Gesetz:
S.E.A.
Science&  Engineering Applications
Datentechnik GmbH
Sitz der Gesellschaft Köln
Handelsregister Köln HRB 27016
Geschäftsführer: Dr. Gerd Schmitz, Wolfram Koerver
-- 
This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com
Received on 2012-06-11 11:07:46 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.