在 Eclipse 中获取 Liferay 的 SVN 存储库时出错
我使用 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
任何修复方法这 ?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试从 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.
现在可以了! :)。只需将 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.