Showing posts with label Proxy. Show all posts
Showing posts with label Proxy. Show all posts

Friday, June 18, 2010

Accessing SVN Repository Behind Proxy

If you use Subversion as your SCM tool and you are working on an environment which uses a proxy, then you will not be able to access your online repository directly without changing the svn configuration.

Here's a small howto:
  • Open ~/.subversion/servers (located in your user's home directory)
  • Add these lines
  • http-proxy-host = your-proxy-host
    http-proxy-port = your-proxy-port
after that, you can start working with Subversion again Applause