Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created January 17, 2018 07:05
Show Gist options
  • Save abdulhadad/1a011ba17bbf82a85f6be055ac10737b to your computer and use it in GitHub Desktop.
Save abdulhadad/1a011ba17bbf82a85f6be055ac10737b to your computer and use it in GitHub Desktop.
subversion under proxy
# 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