You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by mbneto <mb...@gmail.com> on 2008/01/09 23:03:12 UTC

400 Bad Request (again)

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.