linux - Eclipse Subversive won't connect through proxy -


i'm trying use subversive on linux vm behind proxy. i've set eclipse proxy settings , can connect various update sites , eclipse marketplace, not svn repo. error when trying add repository svn repositories view is:

location information has been specified incorrectly svn: e175002: options of '<repo path>': 502 bad gateway (http://<svn url>:<port>) svn: e175002: options request failed on '<repo path>' 

based on post found, tried using https:// in repository url no avail:

location information has been specified incorrectly svn: e175002: connect request failed on 'http://<proxy address>:<proxy port>' svn: e175002: connect of '<repo url:port>': 502 bad gateway (<repo url:port>) 

i set proxy settings in ~/.subversion/servers , command-line svn tools can interact repository fine.

i suspect maybe because of svn version mismatch? command line tools report version 1.9.3 svnkit 1.8.14 connector says 1.9.0 compatible. repo server runs version of visualsvn (not sure which). said, using same svnkit connector on windows installation of eclipse works fine.

i tried search stack overflow , google problems related subversive , proxies couldn't come useful.

any suggestions appreciated.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -