You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Rafael Garcia-Suarez <ra...@hexaflux.com> on 2002/10/14 08:57:14 UTC

Allowed methods for http://svn.collab.net/repos ?

When I perform a "svn log" or a "svn update" from wy local svn
working copy, I get an error :

svn: Error string not specified yet
svn: REPORT request failed on /repos/svn/trunk
svn: The REPORT status was 400, but expected 200.

400 is "Bad Request".
Note that I'm behind a proxy (Squid/2.4.STABLE6), that perhaps
doesn't like this kind of HTTP request. (I assume REPORT is
allowed by the svn repository, right ?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Allowed methods for http://svn.collab.net/repos ?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Rafael Garcia-Suarez <ra...@hexaflux.com> writes:
> When I perform a "svn log" or a "svn update" from wy local svn
> working copy, I get an error :
> 
> svn: Error string not specified yet
> svn: REPORT request failed on /repos/svn/trunk
> svn: The REPORT status was 400, but expected 200.
> 
> 400 is "Bad Request".
> Note that I'm behind a proxy (Squid/2.4.STABLE6), that perhaps
> doesn't like this kind of HTTP request. (I assume REPORT is
> allowed by the svn repository, right ?)

You've read the FAQ on proxies, right?

   http://subversion.tigris.org/project_faq.html#proxy

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Allowed methods for http://svn.collab.net/repos ?

Posted by Ben Collins-Sussman <su...@collab.net>.
Rafael Garcia-Suarez <ra...@hexaflux.com> writes:

> When I perform a "svn log" or a "svn update" from wy local svn
> working copy, I get an error :
> 
> svn: Error string not specified yet
> svn: REPORT request failed on /repos/svn/trunk
> svn: The REPORT status was 400, but expected 200.
> 
> 400 is "Bad Request".
> Note that I'm behind a proxy (Squid/2.4.STABLE6), that perhaps
> doesn't like this kind of HTTP request. (I assume REPORT is

See the proxy faq on our faq page:  

  http://subversion.tigris.org/project_faq.html#proxy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org