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

http reverse proxy to different path possible?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 24 May 2011 16:56:26 -0500

I found some examples of using apache's ProxyPass to reverse proxy
subversion requests to a different server, but all of them had the same
local/remote path. Is is possible to:
ProxyPass /path/ http://other_server/some/other/path?

No matter what I put in ProxyPassReverse, the /some/other/path seems to
leak back to the client. It looks like it should work when just using a
browser to traverse the repository or doing an "svn ls URL" , but
Tortoise doesn't like it and attempting to check something out gives:
"svn: Unusable URI: it does not refer to this repository".

I'm trying to make something that has many embedded external references
to a repository at an unreachable remote location work against a copy
that has been svnsync'd to a different place. Is there a better approach?

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2011-05-24 23:56:58 CEST

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.