在没有互联网连接的情况下,如何安装 SVN Connector 并使用 Subversive Eclipse 插件?

发布于 2024-10-04 11:16:23 字数 763 浏览 3 评论 0原文

我的工作场所使用封闭网络,因此所有软件工具都必须手动传输。我已成功安装 Subversive(版本 0.7.9),并从此处引入了连接器的最新存档: Polarion SVN 连接器下载站点。我可以通过转到“帮助”|“Helios Eclipse”来在 Helios Eclipse 中安装连接器。安装新软件... |添加... |存档...,然后选择连接器 zip 文件。安装似乎成功完成,然后要求我重新启动 Eclipse。现在,当 Eclipse 启动时,它会弹出发现对话框,但随后会弹出一个带有“意外异常”的错误对话框。当我关闭它时,它会弹出另一个对话框,上面写着“找不到任何连接器”之类的内容。检查您的互联网连接,然后重试。”当我查看错误日志中的错误时,堆栈跟踪如下所示:

java.lang.IllegalStateException 在 org.eclipse.team.svn.core.discovery.model.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:89)...

关闭对话框后,Subversive 的行为就像我没有安装连接器一样(连接器下拉列表是SVN 首选项中为空白),即使通过检查已安装的软件列表和插件目录,看起来它们都存在。似乎发现模块坚持尝试在互联网上查找连接器,并且无法识别本地更新站点。

非常感谢任何帮助!

帕特里克

My workplace uses a closed network, so all software tools have to be manually transferred. I've installed Subversive (version 0.7.9) successfully, and brought in the latest archive for the connectors from here: Polarion SVN Connector download site. I was able to install the connectors in Helios Eclipse by going to Help | Install New Software... | Add... | Archive..., and choosing the connectors zip file. The installation appeared to complete successfully, then it asked me to restart Eclipse. Now, when Eclipse starts up, it pops up the discovery dialog, but then pops up an error dialog with 'Unexpected exception'. When I close that, it pops up another dialog that says something like 'Could not find any connectors. Check your internet connection and try again.'. When I look at the error in the error log, the stack trace starts out like this:

java.lang.IllegalStateException
at org.eclipse.team.svn.core.discovery.model.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:89)...

After I close the dialog, Subversive acts as though I have no connectors installed (the connector drop-down is blank in the SVN preferences), even though by inspecting the installed software list and plugins directory, it looks like they're all present. It seems as though the discovery module insists upon trying to find the connectors on the internet, and won't recognize local update sites.

Any help is very much appreciated!

Patrick

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

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

发布评论

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

评论(1

放低过去 2024-10-11 11:16:23

根据 (德语原文,翻译),Helios 版本与您的 Polarion 连接器不兼容正在使用。尝试使用 update 站点中的内容。如果您使用javaHL,请注意您的javaHL是否与您的JAVA/机器架构(32/64位)相匹配,否则会导致严重问题。

According to this (original german, translated), the Helios version is not compatible with the Polarion connectors you're using. Try using the ones from the update site. Watch out that your javaHL matches your JAVA/machine architecture (32/64 bit) if you use it, otherwise will cause serious issues.

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