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

Comments (2)

PeterMarch 28th, 2011 at 3:03 pm

Thanks, it is the best help I’ve seen! I spent long long days figuring out why I cannot connect to an outside server through proxy. It really works!

Soheila D.May 12th, 2011 at 4:15 pm

Hello

Hope this can help!

I was investigating and found the “servers” file in:

%\RapidSVN\Data\UserProfile\Program data\Subversion\servers

I edited it and wrote:

http-proxy-host = 129.X.X.X
http-proxy-port = 80

Leave a comment

Your comment