现在的位置: 首页 > 综合 > 正文

解决SVN被代理的问题

2013年01月07日 ⁄ 综合 ⁄ 共 529字 ⁄ 字号 评论关闭

eclipse (v3.5) + svn 连接google的SVN出错......信息如下
RA layer request failed svn:
OPTIONS of 'https://xxx.googlecode.com/svn/trunk': could not connect to server (https://xxx.googlecode.com)

好久了SVN始终连不上,今天终于找到原因了...
在家可以,在公司怎么也没法使用,因为公司使用代理来上网,所以就出现了无法连接的问题,只 要设置SVN代理就可以了
文件位置:C:/Documents and Settings/你的用户名/Application Data/Subversion/servers
vista(目录比较奇怪)下面:C盘->用户->“你的用户名”-> AppData(该文件夹隐藏)-> Roaming-> Subversion-> servers

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = //代理主机
http-proxy-port = //代理端口
还有用户名,密码
OK 重启eclipse就可以了!!!!

【上篇】
【下篇】

抱歉!评论已关闭.