Thursday 7 March 2013

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

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.