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

svn operating through proxy?

From: Josef Wolf <jw_at_raven.inka.de>
Date: 2002-06-26 21:07:09 CEST

Hello!

I tried to checkout a working copy of svn through a proxy and get the
following error messages:

 jw_at_kh1a927d:~> svn co http://svn.collab.net/repos/svn/trunk -d svn

 /home/jw/svn/subversion/libsvn_ra_dav/util.c:333
 apr_error: #20014, src_err 0 : <Error string not specified yet>
   OPTIONS request failed on /repos/svn/trunk

 /home/jw/svn/subversion/libsvn_ra_dav/util.c:307
 apr_error: #20014, src_err 0 : <Error string not specified yet>
   The OPTIONS status was 500, but expected 200.

When looking at the wire with ethereal I can see this:

My host sends to the proxy:
  OPTIONS http://svn.collab.net/repos/svn/trunk HTTP/1.1
  User-Agent: neon/0.21.2 SVN/0.13.0 (dev build)
  Connection: TE
  TE: trailers
  Content-Length: 104
  Content-Type: text/xml
  Host: svn.collab.net

The proxy answers:
  HTTP/1.0 500 Server Error
  Proxy-agent: Netscape-Proxy/3.52
  Date: Wed, 25 Jun 2002 22:03:21 GMT
  Content-type: text/html
  Content-length: 302

What am I doing wrong? Anyone an idea? Proxy operation works fine with
netscape, ncftp and wget.

-- 
-- Josef Wolf -- jw@raven.inka.de --
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 21:09:04 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.