1.首先找到插件配置文件
C:\Users\Administrator\AppData\Roaming\Subversion這個目錄下的servers文件
打開找到
# http-proxy-host = defaultproxy.whatever.com # http-proxy-port = 7000 # http-proxy-username = defaultusername # http-proxy-password = defaultpassword
分別為你的網絡代理的ip,端口,用戶名,密碼,打開#配置下保存。
這還沒有完。
2.打開eclipse>Windows>Preferences>Team>SVN
有個svn接口的選擇,需要選擇SVNKit才能使用代理Http地址模式的。
上邊的JavaHL可以使用svn本地庫模式的。
比較下
SVNKit資源地址:http://www.xxx.com:9090/svn/store
JavaHL資源地址:svn://www.xxx.com:9090/svn/store
謝謝看完~