Subclipse does not use the Eclipse proxy information, which causes errors like the following when trying to connect to a SVN repository -
RA layer request failed
svn: OPTIONS of 'https://svn.server.net/svnroot/project': could not connect to server (https://svn.server.net)To use Subclipse behind a proxy server, perform the following steps -
1. Open file C:\Documents and Settings\
MyUserId\Application Data\Subversion\servers in your favorite text editor.
2. Near the bottom of that file is a [global] section with http-proxy-host and http-proxy-port settings.
3. Uncomment those two lines, modify them for your corporate proxy server
4. Go back to the SVN Repository view in Eclipse and refresh the repository!
*Courtesy http://www.mkville.com/blog/index.cfm/20
07/11/8/Using-Subclipse-Behind-a-Proxy-S
erver