svnのproxy越え

~/.subversion/servers を編集。


[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
となっているところを

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host =
http-proxy-port =
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
とする。