Work behind proxy with subversion

1:29 am Uncategorized

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

  • Linux/Mac OS X:

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

    [html]
    cd %USERPROFILE%\AppData\Roaming\Subversion
    start servers

By uncommenting the following line and add your detail

[html]
http-proxy-host = your.proxy.com
http-proxy-port = 8000
http-proxy-username = defaultusername
http-proxy-password = defaultpassword
Leave a Comment

Your comment

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

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.