“RA层请求失败” Subclipse 出错,Web 浏览器没有错误
我正在使用 STS 2.8.1(我认为它基于 Eclipse Indigo)和 Subclipse 1.6.18。
我正在尝试从存储库中检查一些代码,但是当我添加存储库位置时,出现以下错误:
RA层请求失败
svn:服务器发送了意外的返回值(503 服务不可用)以响应“http://abcom:18080/svn/myproject”的 OPTIONS 请求
问题是,如果我尝试从网络浏览器(例如Chrome或IE),我可以访问它。它要求我输入用户名和密码,输入它们后,我可以看到项目树。
有谁知道为什么我可以从网络浏览器访问但不能从STS访问?
Subclipse 的代理设置已正确配置(我可以从 STS 访问其他存储库,但不能访问该存储库)。
I'm using STS 2.8.1 (I think it's based on Eclipse Indigo) with Subclipse 1.6.18.
I'm trying to check some code out from a repository, but when I add the repository location, I get the following error:
RA layer request failed
svn: Server sent unexpected return value (503 Service Unavailable) in response to OPTIONS request for 'http://a.b.com:18080/svn/myproject'
The thing is, if I try to access that repository from a web browser (e.g. Chrome or IE), I'm allowed to access it. It asks for my username and password, and after I enter them, I can see the project tree.
Does anyone know why I can access from the web browser but not from STS?
The proxy settings are configured correctly for Subclipse (and I can access other repositories from STS, but not that one).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这通常是由于 SVN 设置(
c:\Documents and Settings\_username_\Application Data\Subversion\servers
或~/.subversion/servers
)覆盖 Eclipse 设置造成的。或者这些设置之一可能有错误的代理密码。
然而,OP Neets 报告:
所示: 这符合 openDNS 文章 配置 Subversion 使用代理服务器:
This is usually due to an SVN setting (
c:\Documents and Settings\_username_\Application Data\Subversion\servers
or~/.subversion/servers
) overriding an Eclipse setting.Or one of those settings could have the wrong password for the proxy.
However, the OP Neets reports:
That is compliant with what describes the openDNS article Configuring Subversion to Use a Proxy Server: