Eclipse Oxygen 无法连接 SVN 服务器
Eclipse Oxygen will not connect with the SVN server
我有“TortoiseSVN 1.10.0,Build 28176 - 64 位,2018/04/14 08:00:32”,它在非 Eclipse 情况下工作。我已经阅读并关注了大多数关于 Whosebug 和其他人的虔诚 post。还是没有喜悦。我已经添加了 SVN 插件,除了“JavaHl”,它在一个小时的尝试后失败了。我的 Eclipse 是:
面向 Web 开发人员的 Eclipse Java EE IDE。
版本:Oxygen.3a 版本 (4.7.3a)
内部版本号:20180405-1200
目前的情况是:
当我尝试添加存储库位置时,我得到:
我也尝试过“file:///P:/SMC/TortoiseSVN/Projects/”失败并显示相同的消息。
这是 TortoiseSVN 在结帐对话框中给我的内容。当我查看“存储库浏览器”时,我看到:
我尝试了其他几种变体,其中 none 成功了。
当我查看 window→首选项→团队→ SVN 时,我看到:
我也确实在下拉列表中看到了“Native JavaHL 1.8.11”的条目,但它给出了几乎相同的错误。
提前致谢 Cliff2310
您有一个文件系统 (FS) 存储库(URL 以 file://
开头),因此不涉及 SVN 服务器,Eclipse 或 Subversive 的连接器直接访问文件。
filesystem format 8 is understood by Subversion 1.10, not by 1.9. Unfortunately, there are no SVN 1.10 connectors for the SVN Eclipse plug-in Subversive yet. Also Subclipse which is an alternative to the Subversive Eclipse plug-in does not yet but will support SVN 1.10 in the next upcoming release.
作为 hack,您可以将 文件 db/format
中的版本从 8 更改为 7。但请注意,这也可能会破坏存储库。
更好的解决方案是降级存储库。非文件系统存储库的性能会更好。在 Windows 上,您可以使用 e。 G。 VisualSVN Server for that and the latest version (3.9.0) should be able to import your FS 8 repository since it supports SVN 1.10.
我有“TortoiseSVN 1.10.0,Build 28176 - 64 位,2018/04/14 08:00:32”,它在非 Eclipse 情况下工作。我已经阅读并关注了大多数关于 Whosebug 和其他人的虔诚 post。还是没有喜悦。我已经添加了 SVN 插件,除了“JavaHl”,它在一个小时的尝试后失败了。我的 Eclipse 是:
面向 Web 开发人员的 Eclipse Java EE IDE。
版本:Oxygen.3a 版本 (4.7.3a)
内部版本号:20180405-1200
目前的情况是:
当我尝试添加存储库位置时,我得到:
我也尝试过“file:///P:/SMC/TortoiseSVN/Projects/”失败并显示相同的消息。
这是 TortoiseSVN 在结帐对话框中给我的内容。当我查看“存储库浏览器”时,我看到:
我尝试了其他几种变体,其中 none 成功了。
当我查看 window→首选项→团队→ SVN 时,我看到:
我也确实在下拉列表中看到了“Native JavaHL 1.8.11”的条目,但它给出了几乎相同的错误。 提前致谢 Cliff2310
您有一个文件系统 (FS) 存储库(URL 以 file://
开头),因此不涉及 SVN 服务器,Eclipse 或 Subversive 的连接器直接访问文件。
filesystem format 8 is understood by Subversion 1.10, not by 1.9. Unfortunately, there are no SVN 1.10 connectors for the SVN Eclipse plug-in Subversive yet. Also Subclipse which is an alternative to the Subversive Eclipse plug-in does not yet but will support SVN 1.10 in the next upcoming release.
作为 hack,您可以将 文件 db/format
中的版本从 8 更改为 7。但请注意,这也可能会破坏存储库。
更好的解决方案是降级存储库。非文件系统存储库的性能会更好。在 Windows 上,您可以使用 e。 G。 VisualSVN Server for that and the latest version (3.9.0) should be able to import your FS 8 repository since it supports SVN 1.10.