# Go to /etc/subversion
cd /etc/subversion# There are two files: servers and config. Open servers file
vi servers# Find [global] section and set proxy host, username, and password
[global]And you're ready to version your apps. Enjoy!
http-proxy-host = proxy_ip_address
http-proxy-port = proxy_port
http-proxy-username = username
http-proxy-password = password
No comments:
Post a Comment