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?