[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: csantos <claudia.dossantos_at_ricoh-europe.com>
Date: Wed, 15 Jun 2011 02:24:34 -0700 (PDT)

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?

Regards,

Santos

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2766114

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-15 11:37:31 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.