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-un...@tortoisesvn.tigris.org].
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