Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

installing SVN Kit connectors proxy authentication error

I have installed the most recent version of subversion svn and then I start up eclipse to download the connector. Pick the most recent SVN Kit (1.8.5) and then I get this error:

Problems occurred while performing installation: HTTP Proxy Authentication Required: http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/content.xml See error log for details.

Any thoughts as to what is going wrong?

like image 653
user3799636 Avatar asked Feb 13 '23 05:02

user3799636


1 Answers

Are you using NTLM proxy?

Support for NTLM proxy authentication is broken in Eclipse 4.4 Luna: https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 . This breaks at least SVN connector installation and Eclipse Marketplace.

Workaround is to put following somewhere after -vmargs option in eclipse.ini:

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
like image 162
Juha Syrjälä Avatar answered Feb 14 '23 20:02

Juha Syrjälä