简体   繁体   English

访问OpenAM SVN服务器

[英]Access to OpenAM svn server

I have a problem accessing OpenAM SVN repository using Subclipse and was hoping that someone could give me a clue what can be wrong here. 我在使用Subclipse访问OpenAM SVN存储库时遇到问题,希望有人可以给我一个提示,这可能是错误的。 From documentation ( link ) I copied a link (https://svn.forgerock.org/openam/trunk/opensso/) and pasted it into Subclipse's SVN Repository location uri field. 从文档( 链接 )中,我复制了一个链接(https://svn.forgerock.org/openam/trunk/opensso/),并将其粘贴到Subclipse的SVN存储库位置uri字段中。 After waiting a while I've got an error: 等待一会后,我出现了一个错误:

RA layer request failed svn: OPTIONS of 'https://svn.forgerock.org/openam/trunk/opensso': could not connect to server (https://svn.forgerock.org) RA层请求svn失败:“ https://svn.forgerock.org/openam/trunk/opensso”的选项:无法连接到服务器(https://svn.forgerock.org)

I can access the svn url in my browser using given link, but cannot do it through eclipse/subclipse. 我可以使用给定的链接在浏览器中访问svn url,但是不能通过eclipse / subclipse来实现。

Any idea how can I grab those sources or where the problem could be? 知道如何获取这些来源或问题可能在哪里吗?

Thanks. 谢谢。

could not connect to server indicates either a temporary connection error (like you or the server not being connected to the internet) or a misconfigured svn server. could not connect to server表明出现临时连接错误(例如您或服务器未连接到Internet)或配置错误的svn服务器。 In a console, try 在控制台中,尝试

ping svn.forgerock.org

If this results in an error message, your connection is somehow impeded. 如果这导致出现错误消息,则说明您的连接受阻。 If you can't checkout other public repositories, it's likely a firewall (typically coupled with an HTTP proxy for your browser). 如果您无法检出其他公共存储库,则可能是防火墙(通常与浏览器的HTTP代理一起使用)。 If you can checkout other repositories, the server may just be down at the moment; 如果您可以签出其他存储库,则服务器可能此时已关闭; try pinging from another machine. 尝试从另一台计算机ping通。

More than likely, your svn client needs to trust the certificate presented by the svn.forgerock.org svn server. 您的svn客户端很有可能需要信任svn.forgerock.org svn服务器提供的证书。

Have you tried it manually using the svn command line? 您是否使用svn命令行手动尝试过?

Allan Foster Forgerock the home of OpenAM www.forgerock.com Allan Foster Forgerock OpenAM的所在地www.forgerock.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM