Eclipse 中的 SVN 重定位问题

发布于 2024-09-27 07:24:08 字数 584 浏览 2 评论 0原文

我正在尝试使用 Eclipse 中的重定位功能来切换我的项目正在查看的 svn 服务器。我打开 SVN 存储库视图,右键单击存储库,选择重新定位,输入新的 url,然后它就不断地返回:

org.tigris.subversion.javahl.ClientException: svn: Server does not support retrieving information about the root repository

当我检查内容时,我曾经在旧服务器上遇到相同的错误,但它总是会出现不管怎样,拉出目录列表。如果我在 SVN 存储库中添加新位置,我就可以很好地浏览它。我在这里做错了什么?

我在 Eclipse 3.5.2 中使用 Mylyn 3.0.0 的 Subclipse Integration。我也有

Subversion Client Adapter 1.5.3
Subversion JavaHL 1.5.7
Subversion Revision Graph 1.0.7
SVN Team Provider Core 1.4.8
SVNKit Client Adapter 1.5.6.1

I'm trying to use the relocate function in Eclipse to switch the svn server my projects are looking at. I open the SVN Repositories view, right click the repository, choose relocate, type in the new url, and it just keeps spitting back:

org.tigris.subversion.javahl.ClientException: svn: Server does not support retrieving information about the root repository

I used to get the same error with the old server when I would check things out, but it would always pull up the directory listing regardless. If I add the new location in the SVN Repositories, I can browse it just fine. What am I doing wrong here?

I'm using Subclipse Integration for Mylyn 3.0.0 in Eclipse 3.5.2. I also have

Subversion Client Adapter 1.5.3
Subversion JavaHL 1.5.7
Subversion Revision Graph 1.0.7
SVN Team Provider Core 1.4.8
SVNKit Client Adapter 1.5.6.1

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

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

发布评论

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

评论(1

单身狗的梦 2024-10-04 07:24:08

我们使用的 SVN 服务器已经过时了,所以它不支持我们发送的请求。当 Eclipse 没有得到它想要的答复时,它失败并继续前进。我想解决这个问题的办法是升级你的 SVN 服务器,但我们所做的只是将 DNS 从旧服务器指向新服务器。

The SVN server we were using was a lil' out of date, so it wasn't supporting a request we were sending it. When Eclipse didn't get the reply it wanted, it failed and continued to go any further. I suppose the fix to this would be to upgrade your SVN server, but all we did was pointed DNS from the old server to the new server.

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