Proxy Settings
From AragoWiki
HTTP and FTP transports can be configured with the environment variables:
$ export http_proxy=proxyhost:port $ export ftp_proxy=proxyhost:port
Some internal hosts don't need to go through the proxy:
$ export no_proxy=host1,host2
SVN proxy is configured in ~/.subversion/servers file:
[global] http-proxy-host = proxyhost http-proxy-port = port

