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

Re: request for proxy code review

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-03-22 02:25:23 CET

Eric Gillespie <epg@pretzelnet.org> writes:

> Karl Fogel <kfogel@newton.ch.collab.net> writes:
>
> > Oh, and I forgot to say: people behind proxies, please test the
> > new code :-)!
>
> OK, i just updated and rebuilt so i could try out the proxy code.
> Unfortunately, i have bad news:
>
> 0 trunk% echo $http_proxy
> http://proxy:3128/
> 0 trunk% cat ~/.subversion/proxies
> [default]
> host=proxy
> port=3128
> 0 trunk% svn up
>
> /usr/local/src/svn/trunk/subversion/libsvn_ra_dav/util.c:314
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> REPORT request failed on /repos/svn/trunk
>
> /usr/local/src/svn/trunk/subversion/libsvn_ra_dav/util.c:288
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> The REPORT status was 400, but expected 200.

I get exactly this error with a proxy that doesn't support the REPORT
method. To get a bit more info try enabling neon debugging: change
the #if 0 at line 312 in the file subversion/libsvn_ra_dav/session.c
to #if 1. The debugging output will include the HTTP request and
response.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 22 02:26:08 2002

This is an archived mail posted to the Subversion Dev mailing list.

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