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

Re: REPORT request failed ... 400 Bad Request

From: Sander Striker <striker_at_apache.org>
Date: 2004-02-24 11:07:08 CET

On Tue, 2004-02-24 at 09:45, Phil Thompson wrote:
> Hi everyone,
>
> I have setup subversion 0.37.0 on my home server with Apache 2.0.48 and have imported and checked out using TortoiseSVN 0.26.0. However when I try to do the same thing at work I get:
>
> REPORT request failed on '/svn/project/!svn/vcc/default'
> REPORT of 'svn/project/!svn/vcc/default': 400 Bad Request (http://mydomain.com)
>
> No errors appear in the error.log in Apache and I get the following in the access.log file
>
> xxx.xxx.xxx.xxx - - [24/Feb/2004:08:30:26 +0000] "PROPFIND /svn/project HTTP/1.0" 401 514
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:26 +0000] "PROPFIND /svn/project HTTP/1.0" 207 653
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:27 +0000] "PROPFIND /svn/project/!svn/vcc/default HTTP/1.0" 207 404
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:27 +0000] "PROPFIND /svn/project/!svn/bln/2 HTTP/1.0" 207 455
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:27 +0000] "PROPFIND /svn/project HTTP/1.0" 207 653
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:27 +0000] "PROPFIND /svn/project/!svn/vcc/default HTTP/1.0" 207 455
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:28 +0000] "PROPFIND /svn/project/!svn/bc/2 HTTP/1.0" 207 663
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:28 +0000] "PROPFIND /svn/project HTTP/1.0" 207 653
> xxx.xxx.xxx.xxx - - [24/Feb/2004:08:30:28 +0000] "PROPFIND /svn/project HTTP/1.0" 401 514
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:28 +0000] "PROPFIND /svn/project HTTP/1.0" 207 653
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:28 +0000] "PROPFIND /svn/project/!svn/vcc/default HTTP/1.0" 207 404
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:29 +0000] "PROPFIND /svn/project/!svn/bln/2 HTTP/1.0" 207 455
> xxx.xxx.xxx.xxx - phil [24/Feb/2004:08:30:29 +0000] "PROPFIND /svn/project HTTP/1.0" 207 653
>
>
> I can browse the repository no problem and have basic authentication setup (no SSPI nor SSH).
>
> Anyone shed any light on this problem?

You are most likely behind a proxy at work. The proxy isn't configured
to allow REPORT requests, hence the failure.

Solutions:

 - Get the proxy reconfigured to allow REPORT; or
 - Publish your repository at https://...

Sometimes using a different port (other than 80) will do the trick.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 11:06:54 2004

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.