I want to check code from the repository http://code.sixapart.com/svn/perlbal/ . I can only access the the repository url by setting a proxy. I guess if I want to get the co
Most *nixen understand the environment variable 'http_proxy' when performing web requests.
export http_proxy=http://my-proxy-server.com:8080/ svn co http://code.sixapart.com/svn/perlball/
should do the trick. Most http libraries check for this (and other) environment variables.