如何将 IIS 重定向到 Tortoise svn 的不同端口

发布于 2024-08-11 22:47:42 字数 438 浏览 10 评论 0 原文

我在端口 8080 上安装了 VisualSVN Server。因此我可以使用 http://www.example.com:8080 访问它,一切正常。

我现在想使用 http://svn.example.com 访问 svn,而不是使用端口 8080。因此,我在 IIS 7 中为站点 svn.example.com< 创建了 HTTP 重定向/code> (位于端口 80 上)到 http://www.example.com:8080 (使用永久重定向)。

当我通过浏览器访问 svn 时,这是有效的,但是当我使用存储库浏览器时,从 TortoiseSVN 中,我看到以下消息:

存储库已永久移动到...请重新定位

任何想法如何做这对吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

野却迷人 2024-08-18 22:47:42

我对您收到的消息的解释是,永久重定向告诉 Tortoise SVN 它需要转到不同的位置来查找 SVN 服务器。因此,客户端告诉您,作为用户,您应该更新客户端存储库的配置。我怀疑你需要某种代理。

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.

他夏了夏天 2024-08-18 22:47:42

Subversion 不处理重定向。相反,它会出错并告诉您将工作副本重新定位到新的 url,因此不需要重定向。

Subversion does not handle redirects. Instead it errors out and tells you to relocate the working copy to the new url so no redirection is needed.

无可置疑 2024-08-18 22:47:42

只是为了确保您意识到这一点:“重新定位”实际上是一个 Subversion 命令:-)

所以

有什么想法可以正确地做到这一点吗?

Just to make sure you are aware of this: 'relocate' is actually a Subversion command :-)

So

Any ideas how to do this correctly?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文