So this error seems to occur when I attempt to add a new repository location in Eclipse. However, I am sure that the URL and authentication info (username and password) are valid. The error looks like this,
and it occurs when I use https://localhost/svn/TestSVN
as the URL. I understand I replaced the name of my PC with localhost
but the same error occurs when I use the name of my PC instead. When I installed TortoiseSVN and VisualSVN-Server, I didn't do any custom installations so for the most part, the installations relied on default settings. I also used all the default settings when building the repository, TestSVN
. I've successfully downloaded all the Subversive SVN Team Provider tools as well as the SVN Connector (SVNKit 1.8.12) since I've successfully added other SVN respository locations, just not a VisualSVN one, to Eclipse. I'm not sure if it will help, but here's a screenshot of my VisualSVN,
I should also note that I have tried turning off my firewall as well as turning off skype or other applications that may interfere with port 443, but those options haven't done me much good.
EDIT: I used this tutorial to configure SVN with Eclipse and right at 10:38 I follow exactly what the user is doing and get the error above once I enter the correct information and press "Next/Finish".
EDIT 2: This issue is now fixed in subversive for Eclipse Neon as of September 1st, 2016.
I had the same problem with eclipse neon except is says "for input String bf". I don't know what's wrong, but uninstalling SVN Team Provider and installing the version from mars software site (http://download.eclipse.org/releases/mars) with SVNKit 1.7.14 worked for me.