Subclipse through ISA Proxy

By | April 27, 2010

If you want to use Subclipse( an svn plugin for eclipse ) and you are behind your company’s ISA Server, you need to tell the Subclipse to use proxy while accessing outside:

1. Go to C:\Documents and Settings\[User Name]\Application Data\Subversion

image

2. Edit the servers file, in the bottom of the file, uncomment the proxy settings and input your proxy server information and save the file:

image

3. Restart Eclipse and see if it works.