配置Eclipse SVN使用goagent代理



一、 编辑servers文件

Windows XP目录:

C:\Documents and Settings\当前用户名\Application Data\Subversion\servers

Windows 7 目录:

C:\Users\当前用户名\AppData\Roaming\Subversion\servers

把以下代码前面#去掉,后面填入相应的值,以下是Goagent代理的配置

[global]
http-proxy-exceptions = 127.0.0.1
http-proxy-host = 127.0.0.1
http-proxy-port = 8087



如果以上http-proxy-exceptions = 127.0.0.1没有取消前面的#,会出现以下异常

    svn: E175002: Commit failed (details follow):
    svn: E175002: Commit failed (details follow):
svn: E175002: Software caused connection abort: recv failed
svn: E175002: MKACTIVITY request failed on '/svn/!svn/act/37c9864a-3d01-0010-9988-edbb9f0e91ec'
    svn: E175002: Commit failed (details follow):
svn: E175002: Software caused connection abort: recv failed
svn: E175002: MKACTIVITY request failed on '/svn/!svn/act/37c9864a-3d01-0010-9988-edbb9f0e91ec'





Error validating server certificate for 
 - Unknown certificate issuer
   Fingerprint: 
   Distinguished name: Cernet, CN, Internet, GoAgent, GoAgent Root




你可能感兴趣的:(配置Eclipse SVN使用goagent代理)