How can I use Subversion through a proxy? Currently the only way for my to connect to the internet through a proxy, so a proxy has to be specified.

link|improve this question

25% accept rate
Clarify your question. – Josh K Mar 2 '10 at 19:04
feedback

1 Answer

If you are using Linux, you can put this in ~/.subversion/servers and it should work:

[global]
http-proxy-exceptions = *.myowndomain.com
http-proxy-host = proxyaddr.mydomain.com
http-proxy-port = 3128
http-proxy-username = userme
http-proxy-password = passyou
http-compression = no
link|improve this answer
This trick works on Mac OSX too. code.swapnonil.com/2011/07/05/… – user32945 Jul 5 '11 at 7:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.