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

Re: Problem with Checkout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-22 14:58:43 CET

On Mar 22, 2005, at 7:46 AM, Joe Wade wrote:
>
> svn: REPORT request failed on '/svn/repos1/!svn/vcc/default'
> svn: REPORT of '/svn/repos1/!svn/vcc/default': 400 Bad Request
> (http://server)

There's a web proxy -- somewhere -- which is blocking WebDAV http
methods like REPORT.

>
> It feels like a firewall/proxy problem, that the http "LIST" command
> is ok, but the firewall is blocking any "GET" commands.

There's so such thing as http LIST, I think you mean REPORT?

And I think you mean that the proxy *isn't* blocking GET requests. For
example, I'm guessing the GET requests from a web browser still work on
the URL.

>
> I am new to this stuff, so if there is a log file I should know about,
> don't hesitate to point me to it. I can look though it and try to
> work things out.
>

Can't be of any more specific help, other than to say

   * find the proxy and get rid of it, or
   * find the proxy and make use of it (see ~/.subversion/servers), or
   * make apache run on a different port, or
   * setup apache to use SSL. most proxies can't block https://
requests.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 15:01:52 2005

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.