2008年6月3日星期二

如何svn使用http代理 proxy

编辑 ~/.subversion/servers

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = 172.16.204.50
http-proxy-port = 8080
# http-compression = no 有的需要将压缩屏蔽

没有评论: