`

[svn]RA layer request failed svn:

阅读更多
安装完Eclipse3.6 Helios,接着安装了svn插件,最后想将spring的源代码签出来学习一下,谁知道出现错误:

RA layer request failed svn:
OPTIONS of 'https://xxx...'


原因: 公司上网使用了代理。
解决方法:
  我用的XP系统,
  修改C:\Documents and Settings\你的用户名\Application Data\Subversion下的servers文件的配置(Application Data是隐藏的)

http-proxy-host = 172.16.12.3(代理服务器ip)
http-proxy-port = 8080(开放的端口)
# http-proxy-username = defaultusername(用户名,需要的话提供)
# http-proxy-password = defaultpassword(密码,需要的话提供)

重新启动eclipse.


 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics