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

Re: "400 Bad Request" on commit (mod_dav_svn)

From: Aleksandr Sidorenko <asidorenko_at_espeo.com>
Date: Tue, 22 Nov 2011 16:25:53 -0500

On 2011-11-22, at 16:09 , Aleksandr Sidorenko wrote:

> Hi everyone,
>
> Since upgrading the svn client to 1.7.1 (following the server's upgrade to the same version), we are getting the following error when doing a commit:
>
> svn: E175002: Commit failed (details follow):
> svn: E175002: Server sent unexpected return value (400 Bad Request) in response to POST request for '/xxxxxxx/!svn/me'
>
> This happens on a freshly-checked out working copy. We are using Apache as a front-end (mod_dav_svn). A commit done via the file system is successful.
>
> Any ideas on what's going on?

Reading from another thread ([BUG/REGRESSION] mod_dav_svn service stopped working…), adding the following line to the <Location> directive does seem to fix the problem:

    SVNAdvertiseV2Protocol off

Does anyone know if this breaks/affects anything else?
Received on 2011-11-22 22:26:31 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.