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

Re: Problem with reverse proxy and TortoiseSVN

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Wed, 15 Jun 2011 15:56:36 +0100

On 15 June 2011 10:24, csantos <claudia.dossantos_at_ricoh-europe.com> wrote:
> Hello,
>
> I have the same problem with TortoiseSVN. With a web browser I can access the svn repositories behind an Apache HTTP server. When I try to checkout with tortoise I get this error message:
> Error: Server sent unexpected return value (405 Method Not Allowed) in response to
> Error: PROPFIND request for '/rdn/res/TDC_Servlet/!svn/vcc/default'
>
> I snniffed the traffic and I noticed that the Reverse Proxy forwarded the first propfind (PROPFIND /svn/Project1), and the response from the Subcversion server (207 MULT-STATUS). But when the reverse proxy receives the second propfind request (PROPFIND /svn/Project1/!svn/vcc/default), it responds immediately with HTTP 405 (method not allowed), the reverse proxy don't forward the second propfind to the Subversion server.
> Could be a problem with the symbol "!"?
>
> I don't know what means these request PROPFIND /svn/Project1/!svn/vcc/default.
>
> Any ideas?

Try using https:// instead of http://

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2766234
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-15 16:56:44 CEST

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.