Wednesday, January 27, 2010

set http proxy in console

export http_proxy=http://username:password@proxy.thing.com:8080/

If your web-access is censored by a http proxy, e.g. your web browser requires a http proxy, add the following lines to '~/.subversion/servers':
[groups]
mosuma=svn.mosuma.com

[mosuma]
http-proxy-host=proxy.ntu.edu.sg
http-proxy-port=8080

http://research.mosuma.com/faq/howto/svn_configure_proxy

No comments: