R – How toIS redirect on a different port for tortoise svn

redirectsvntortoisesvnvisualsvn-server

I installed VisualSVN Server on port 8080. So I can access it with http://www.example.com:8080 and everything works fine.

I now want to access the svn using http://svn.example.com instead of using port 8080. So I created a HTTP Redirect in IIS 7 for site svn.example.com (which is on port 80) to http://www.example.com:8080 (using permanent redirect).

This is working when I access the svn via a browser, however from within TortoiseSVN when I do Repository Browser, I see the following message:

Repository moved permanently to…. Please Relocate

Any ideas how to do this correctly?

Best Answer

The way I interpret the message you're getting is that the permanent redirect is telling Tortoise SVN that it needs to go to a different location to find the SVN server. Therefore, the client is telling you, as the user that you should update the configuration of your client repository. I suspect you need a proxy of some sort instead.