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

[Subclipse-users] Problem with windows ( 400 bad request) / Mac OS fine

From: mbneto <mbneto_at_gmail.com>
Date: Mon, 14 Jan 2008 22:59:33 -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 of eclipse/subeclipse) 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-15 03:59:40 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.