«

»

May
06

Work behind proxy with subversion

To checkout (or perform any other svn command) svn content from repository outside the proxy, modify ther servers file:

  • Linux/Mac OS X:

    vi ~/.subversion/servers
  • Window 7/Window Server 2008:

    cd %USERPROFILE%\AppData\Roaming\Subversion
    start servers

By uncommenting the following line and add your detail

http-proxy-host = your.proxy.com
http-proxy-port = 8000
http-proxy-username = defaultusername
http-proxy-password = defaultpassword

Permanent link to this article: http://lindaocta.com/?p=322

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>