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

400 Bad Request (again)

From: mbneto <mbneto_at_gmail.com>
Date: Wed, 9 Jan 2008 19:03:12 -0400

Sorry to post another 400 bad request but the previous answers that I found
did not help.

I have a svn server (centos 5.1 - subversion 1.4.2-2.el5) using webDAV. I
can create/add/modify from my Eclipse 3.3 + subeclipse (Mac OS) but if I try
from a Windows machine (same version) I get

RA layer request failed
svn: Commit failed (details follow):
svn: MKACTIVITY of
'*/svn/repos/*!svn/act/009ec53f-bfa4-bd4c-8784-cb4815fba1e8':
400 Bad Request

If I do the same thing. I can checkout fine from both clients.

Any ideas?

The subversion.conf

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
Location /svn>
        DAV svn
        SVNParentPath /home/svn

# <LimitExcept GET PROPFIND OPTIONS REPORT>
        AuthType Basic
        AuthName "Authorization Realm"
        AuthUserFile /home/svn/.htpasswd
        Require valid-user
# </LimitExcept>
</Location>

Regards.
Received on 2008-01-10 00:03:37 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.