SVN (RapidSVN) from Behind a Proxy on Ubuntu
Today I was trying to access our SVN server from behind a proxy. I configured my Ubuntu general proxy settings but actually that still did not work for the SVN client. After a bit of web-browsing I figured out that the SVN client has its own proxy setting: go to:~/.subversion and edit the server file. Uncomment and edit these lines:
[global]
http-proxy-host = YOURPROXY
http-proxy-port = YOURPROXYPORT
January 19th, 2009 in
Linux