Thursday, March 7, 2013
6:07 PM

Add HTTP Proxy to SVN - Subversion

Below Instructions show how to setup proxy for SVN -Subversion

system1# cd ~/.subversion
system1# ls

auth  config  README.txt  servers

Edit servers file
system1# gedit servers
Add Below Lines to servers file
[global]
http-proxy-host = your_ipaddress
http-proxy-port = 3128
http-proxy-compression = no

0 comments:

Post a Comment