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

setting up reverse proxy with subversion

From: Janos Mohacsi <mohacsi_at_niif.hu>
Date: 2002-09-20 14:57:08 CEST

Hi,
        What way can I setup reverse proxy with subversion. Consider the
following configuration:

A Webserver (w SSL/authentication) ------ B Webserver (w subversion)

I could setup the B Webserver with subversion with a repository and it is
working:

svn ls http://bbb.iif.hu:70/xydocrep/
mohacsi's password:

xydocs/
file.html
>

I wanted to setup reverse proxy on A webserver with apache:

ProxyPass /xydocrep/ http://bbb.iif.hu:70/xydocrep/
ProxyPassReverse /xydocrep/ http://bbb.iif.hu:70/xydocrep/

I can access the documents via http from a browser
http://aaa.iif.hu/xydocrep/ is working and I can see the repository.

But under the ssubversion I have problem to access the repository.

svn ls http://aaa.iif.hu/xydocrep/
svn: Unknown resolver error
svn: No part of path '/xydocrep' was found in repository HEAD.
>

What can be a problem? How can I setup subversion in such an environment?

I use subversion 0.14.2 now.

Best Regards,
                Janos Mohacsi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 20 14:57:54 2002

This is an archived mail posted to the Subversion Dev mailing list.

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