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

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 05 Jan 2012 10:40:09 +0000

Pierre Berthier <pierre.berthier_at_ini.phys.ethz.ch> writes:

> <Location /repos/>
> DAV svn
> SVNParentPath /srv/svn/repos/
> SVNListParentPath on
> AuthzSVNAccessFile /etc/apache2/svnaccess.conf
> AuthzSVNAnonymous Off
> AuthzSVNAuthoritative On
> SVNPathAuthz Off
>
> AuthType Basic
> AuthName "Login required"
> AuthBasicProvider ldap
> AuthLDAPURL
> ldap://......
> Require valid-user
> </Location>
>
> <Location /repos/svntest/>
> SVNPathAuthz on
> </Location>

Wow! A nested Location without "DAV svn" but with a Subversion
directive. I can see that we might be able to make that work, but I'm
not sure that we ever did. Does that work in 1.6?

You may be able to work around the problem by making /repos/svntest into
a self-contained "DAV svn" Location by adding SVNPath,
AuthzSVNAccessFile, etc.

If this was supported by 1.6 and the problem only occurs with POST
requests then you may be able to work around it by disabling the v2
protocol.

-- 
Philip
Received on 2012-01-05 11:41:07 CET

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.