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
No comments:
Post a Comment