I installed VisualSVN on port 8080. So I can access it with http://www.mysite.com:8080 and everything works fine.
I now want to access the svn using http://svn.mysite.com instead of using port 8080. So I created a HTTP Redirect in IIS 7 for site svn.mysite.com (which is on port 80) to http://www.mysite.com:8080 (using permanent redirect).
This is working when I access the svn via a browser, however from within tortoise svn when I do Repository Browser, I see the following message:
Repository moved permanently to.... Please Relocate
Any ideas how to do this correctly?