在 Eclipse 中获取 Liferay 的 SVN 存储库时出错

发布于 2024-08-14 15:08:46 字数 722 浏览 9 评论 0 原文

我使用 Eclipse Galileo 并安装了 Subclipse。我查看了 svn 存储库网址 http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn 和然后尝试使用 svn://svn.liferay.com/repos/public --username guest 从 Eclipse 中的 SVN 存储库获取 Liferay,但我收到以下错误消息:

Error validating location: "org.tigris.subversion.javahl.ClientException:No connection could be made because the target machine actively refused it.
svn: Cant connect to host 'svn.liferay.com':No connection could be made because the target machine actively refused it

任何修复方法这 ?

谢谢

Im using Eclipse Galileo and have installed Subclipse. I looked at the svn repo url at http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn and then tried to get Liferay from their SVN repository in Eclipse, using svn://svn.liferay.com/repos/public --username guest,but i get the following error message:

Error validating location: "org.tigris.subversion.javahl.ClientException:No connection could be made because the target machine actively refused it.
svn: Cant connect to host 'svn.liferay.com':No connection could be made because the target machine actively refused it

Any way to fix this ?

Thank You

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

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

发布评论

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

评论(2

暖阳 2024-08-21 15:08:46

尝试从 URL 字符串中删除“--username guest”。我可以使用 Eclipse 和 SubClipse 插件成功连接到它。在下一步的凭据表单中添加具有空密码的“来宾”用户。检查您的 DNS 服务器和互联网连接是否正常工作也是适当的。

Try removing '--username guest' from the URL string. I could connect successfully to it using Eclipse and SubClipse plugin. Add the 'guest' user with empty password in the credential form in the next step. It would also be appropriate to check that your DNS server and internet connectivity are working correctly.

请持续率性 2024-08-21 15:08:46

现在可以了! :)。只需将 svn://svn.liferay.com/repos/public 更改为 http:// /svn.liferay.com/repos/public

It works now ! :).Just had to change svn://svn.liferay.com/repos/public to http://svn.liferay.com/repos/public.

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