Finally, Subversion’s PROPFIND is enabled on the proxy server at one place I work, but for some reason Subclipse was still being a little bit special.
Turns out it doesn’t use Eclipse’s HTTP Proxy settings, but needs setting elsewhere.
On Windows XP, this will be in your Application Data path under Subversion. Mine is as follows:
C:\Documents and Settings\joshs\Application Data\Subversion
I haven’t got a Vista machine to test on, but it will still be the Application Data\Subversion folder within the user’s path. (I will confirm this next time I’m on a Vista box.)
Linux users, look in ~/.subversion/
Open the file “servers” (no extension) and scroll to the bottom section, [Global].
Un-comment and edit the http-proxy-host and http-proxy-port settings (and user/password if required, it wasn’t for me) as appropriate and everything will start working. You don’t even need to reload Eclipse.
Productivity just soared!

Subclipse does not perform any network communications itself, it instead performs Subversion API calls and the Subversion libraries do all of the work. So the proxy configuration needs to happen for the Subversion library, and that is done using the same technique you use for the CLI (since it uses the same libraries). We have an open issue with Subversion for them to add API that would let us “push” configuration to the library.
Something that works on Windows XP, open the Windows Run Dialog and type:
%APPDATA%\Subversion and click OK. This will open up the folder you mentioned. I’d assume it would also work on Vista.
Good post Josh! It helped me today.
Just for completeness: normally you need to modify the [global] part, not the first encounter of “http-proxy-host”.
[…] Josh.st was the place I eventually found this and for more details on the fix, go there […]
thank s alot josh!
i was looking for this info.
it helped me a lot!
Thank you Josh
I was going to change the firewall settings.
I just changed ‘# http-proxy-host…’ to ‘http-proxy-host myProxy’ and so the port and every thing is fine.
u smell lol hehe hahaahh looools x
Thanks, my search for “subclipse network proxy settings” yielded this result. Works like a charm!
[…] porque no toma la configuración de proxy propia de eclipse. Leí en un par de blogs la solución: http://josh.st/blog/2007/11/16/subclipse-proxy-problems y http://svn.haxx.se/subusers/archive-2005 – 04/0058.shtml . Al parecer subclipse delega las […]
Thanks a lot. Was facing this issue and would have started banging my head in the next 10 mins had i not got the solution. :)
Also from me a big THX!
Tried for one day to get subclipse running…
Your tip works fine with both versions (1.4.x and 1.6.x).
Thanx josh,
I was looking for just this frm quite few days.
That worked for me too.
:)