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

Re: PROPFIND request failed...Behind a Proxy

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-04-12 09:38:09 CEST

On 4/11/07, stelios togias <gr0undtek@gmail.com> wrote:

> I have used TortoiseSVN from home smoothly. Today I tried to use it
> from work(I am behind a firewall so I use a proxy) and I get the
> following error:
>
> Error: PROPFIND request failed on '/svn/trunk/tutorial-service'
> Error: PROPFIND of '/svn/trunk/tutorial-service': Could not read
> status line: Se ha forzado la interrupción de una conexión existente
> por el host remoto. (http://appfuse-demos.googlecode.com)
> The spanish sentence should read "It has forced the interruption of an
> existing connection for the remote host". I am not a native spanish
> speaker so if anyone knows a better translation please tell me..
>
> Now I have setup the proxy as I did for IE and Winamp. Before I set

That's not enough. Both IE and Winamp are using simple http commands.
Subversion however requires DAV requests to get through too - and many
proxies simply block those (because they don't know them).

> the proxy I was getting different error: server not found or something
> like that. After setting it I get the error above.
> The repository I am trying to checkout is this:
> http://appfuse-demos.googlecode.com/svn/trunk/tutorial-struts2

use https instead of http - that should fool your proxy and make it work.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Apr 12 09:38:28 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

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