On a Windows machine, I established a tunnel with putty to a server to have a proxy on port 3128.

I tested on Firefox (Settings/Manual proxy -> localhost:3128) and it works correctly (I checked on whatismyip.com and it's the IP address from the proxy server).

I now want to connect to my svn repository with Eclipse by ssh. I configure the proxy on Eclipse/Preferences (General/Network Connections/Manual proxy 127.0.0.1:3128)

SVN configuration: Eclipse/preferences/svn/svn interface: SvnKit (Pure Java) checked.

I added a repository in the svn part:

svn+ssh://username@svn.mydomain.com/home/svn/project

However it doesn't work and just says:

Folder doesn't exist

Any ideas what's wrong?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.