无法通过 TortoiseSVN 访问 VisualSVN

发布于 2024-09-14 08:15:40 字数 467 浏览 10 评论 0原文

我已经安装了 VisualSVN,但无法从工作地点远程访问它。它一直给我一个错误,提示类似错误:存储库已永久移动到 https://xxxxxx/svn 请重新定位

在我家里的 VisualSVN 应用程序上,网址为 https://xxxxx: 8080/svn

我尝试了https://xxxxxx/svn,它根本找不到存储库,而默认的存储库看起来好像正在做某事,但出现了那个奇怪的错误。

另外,我是否在“xxxxxx”中输入静态 IP 地址,而不是使用运行 VisualSVN 服务器的电脑的本地主机名?

我的本地 svn 名称是我的电脑的名称。

编辑:我已经在浏览器上本地尝试过,它可以工作,但在 TortoiseSVN 上却不行?在工作中是一样的,它可以在我的浏览器上运行,但不能在 TortoiseSVN 中运行。

I've installed VisualSVN but I can't access it remotely from work. It keeps giving me an errors saying something like error: Repositry moved permanently to https://xxxxxx/svn please relocate

On my VisualSVN app at home, the url is https://xxxxx:8080/svn

I tried https://xxxxxx/svn and it could not find the repository at all whilst the default one looked as if it was doing something but came up with that strange error.

Also, do I enter my static IP address in the "xxxxxx" instead of using the local host name of the pc running the VisualSVN server?

My local svn name is the name of my pc.

Edit: I've tried it locally on the browser and it worked but on TortoiseSVN it doesnt? At work it's the same thing, it works on my browser but not in TortoiseSVN.

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

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

发布评论

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

评论(1

梦过后 2024-09-21 08:15:40

http://xxxx:8080/svn 是 VisualSVN 安装的基本 URL,它不是存储库的 URL。您的存储库将类似于 http://xxxx:8080/svn/RepositoryName

VisualSVN 将向您显示 http://xxxx:8080/svn 的页面,其中包含您创建的所有存储库的列表,因此它适用于 VisualSVN,但不适用于 TortoiseSVN

http://xxxx:8080/svn is the base URL for a VisualSVN installation, it's not the URL of a repository. Your repository will be something like http://xxxx:8080/svn/RepositoryName

VisualSVN will show you a page for http://xxxx:8080/svn, that contains a list of all the repositories that you've created, hence it works for VisualSVN, but not for TortoiseSVN

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