Installing SVN Kit Proxy Authentication Error

I installed the most recent version of subversion svn and then ran eclipse to download the connector. Select the most recent SVN set (1.8.5) and then I get this error:

Installation issues: Requires HTTP proxy authentication: http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/content.xml Please see the error log for details.

Any thoughts on what's going wrong?

+3


source to share


1 answer


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 the installation of the SVN connector and Eclipse Marketplace.



The workaround is as follows: -vmargs

option -vmargs

:

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

      

+7


source







All Articles