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

Re: behind a proxy/firewall: everey svn command needs to be called 2x

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-12 16:11:13 CEST

On May 12, 2005, at 5:41 AM, Toralf Förster wrote:

>
> HTTP/1.0 200 OK
> Cache-Control: no-store
> Pragma: no-cache
> Cache-Control: no-cache
> X-Bypass-Cache: Application and Content Networking System Software
> 5.1.7
> Connection: Close
>
> <HTML><HEAD><META HTTP-EQUIV="REFRESH" CONTENT="0" URL=""></
> HEAD><BODY>
> </BODY></HTML>

Your outbound HTTP request never even reaches apache. That's the
proxy sending back weird garbage to you, not apache.

> HTTP/1.1 200 OK
> Date: Thu, 12 May 2005 09:20:06 GMT
> Server: Apache/2.0.49 (Unix) mod_perl/1.99_13 Perl/v5.8.4 mod_ssl/
> 2.0.49 OpenSSL/0.9.7d DAV/2 SVN/1.2.0-rc2 PHP/4.3.1
> Transfer-Encoding: chunked
> Content-Type: text/xml; charset="utf-8"
>
> 33d6
> <?xml version="1.0" encoding="utf-8"?>
> <S:update-report xmlns:S="svn:" xmlns:V="http://
> subversion.tigris.org/xmlns/dav/" xmlns:D="DAV:" send-all="true">
> <S:target-revision rev="1278"/>

And this is apache responding.

> ...
> -
> ----------------------------------------------------------------------
> --
>
> What's wrong ?
>

Looks like your proxy is extremely weird to me. I'd chat with your
proxy admins. Perhaps it needs to be configured to allow WebDAV/
DeltaV http methods to pass through undhindered.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 16:18:41 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.