Eclipse VisualSVN error svn E175002: java.lang.NumberFormatException

半城伤御伤魂 提交于 2019-11-29 10:42:25

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.

The bug has been fixed in 4.6.1.


It seems to be a new bug in Eclipse / Subversive or one of their components: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499529

If you experience the problem, vote for https://bugs.eclipse.org/bugs/show_bug.cgi?id=499529, and wait for a fix.

In my case, I traced the problem back to changed certificate. The SVN client in eclipse was not able to process the string coming from SVN and asking to import and confirm the server certificate. In my case, in '... For input String "xx"...', the "xx" was actually the first part of the certificate in hexa. I went to commit with command line, responded 'p' (imported the cert permanently) and voila eclipse SVN was working again.

So in addition to the answer posted by Ιώσηπος Μπεκενμπάουερ, I found another way to avoid the error posted in my question. Besides downloading the Mars version of subversive, you can also use the path to the repository on your computer instead of the http link. For example, my repository named TestSVN was located in a folder called Repositories on the C drive so I used C:\Repositories\TestSVN as the URL instead. Note that this won't apply to every answer but if it does apply then it will work, but definitely follow Ιώσηπος Μπεκενμπάουερ's answer if this doesn't apply to you.

EDIT: This issue is now fixed in subversive for Eclipse Neon as of September 1st, 2016.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!