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

Problem using mod_dav_svn (returns 500 on non-svn requests)

From: Jean-Daniel Dupas <devlists_at_shadowlab.org>
Date: Tue, 18 Oct 2011 18:39:27 +0200

Hello,

After upgrading to svn 1.7, I encounter some very annoying issues.
I have a web server with the following configuration:

hostname/ : standard website
hostname/svn: subversion repositories (using dav_svn)
hostname/projects: other website.

Before the update, this configuration were working fine. But after the update, anytime the server receives a POST request (whatever the path is), the dav_svn module try to handle it, and when it failed (always when the path does not start with /svn/...), it returns a 500 error (without logging anything in the error.log, which is an other issue).

FWIW, the error is created and returned by the get_resource() function, in mod_dav_svn/repos.c.

Is there something I can do to workaround this issue ?

Thanks

-- Jean-Daniel
Received on 2011-10-18 18:42:00 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.