Created
January 17, 2018 07:05
-
-
Save abdulhadad/1a011ba17bbf82a85f6be055ac10737b to your computer and use it in GitHub Desktop.
subversion under proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# nano ~/.subversion/servers | |
[global] | |
http-proxy-host = proxy-ip | |
http-proxy-port = proxy-port-here | |
http-proxy-username = proxyuser | |
http-proxy-password = proxy-pw | |
http-proxy-compression = no # optional | |
http-chunked-requests = no # subversion 1.6 server, higher client version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment