Guest User

Untitled

a guest
Jan 16th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #http-proxy-host=my.proxy
  2. #http-proxy-port=80
  3. #http-proxy-username=[username]
  4. #http-proxy-password=[password]
  5.  
  6. [global]
  7. http-proxy-host = ip.add.re.ss
  8. http-proxy-port = 3128
  9. http-proxy-compression = no
  10.  
  11. [global]
  12. http-proxy-host = ip.add.re.ss
  13. http-proxy-port = 3128
  14.  
  15. svn checkout ^
  16. --config-option servers:global:http-proxy-host=<PROXY-HOST> ^
  17. --config-option servers:global:http-proxy-port=<PORT> <REPO-URL> <LWC-DIR>
  18.  
  19. export http_proxy=http://my-proxy-server.com:8080/
  20. svn co http://code.sixapart.com/svn/perlball/
Add Comment
Please, Sign In to add comment