在SVN中不能访问一些服务器,如google code等,故需要使用代理来检出;
步骤:TortoriseSVN--设置--网络--Subversion服务器设置--编辑
改成:
### due to SSL.
[global] http-proxy-exceptions = *.exception.com, www.internal-site.org http-proxy-host = 43.82.54.5 http-proxy-port = 8080 http-proxy-username = Barry http-proxy-password = Barry http-compression = no http-auth-types = basic;digest;negotiate # No http-timeout, so just use the builtin default.即可;