Using SubClipse To Access An External SVN Behind a Proxy Server
Tags: eclipse, firewall, misc, proxy, sliksvn, subclipse, svn
Proxy servers can be frustrating things! I was trying to set up access to a SVN server through Eclipse, added my proxy settings to Eclipse, installed SlikSVN & SubClipse. I didn’t think it was too much to ask to expect it to pick up the proxy settings & work ‘out of the box’. Seems I was wrong! Instead I got a message “RA layer request failed”. A big thanks to Mark’s blog for the answer of how to overcome this most inconvenient of hurdles.
In a Windows development environment, open the file: C:\Documents and Settings\MyUserId\Application Data\Subversion\servers in your favourite text editor. … Continue Reading