Hi,
I use Eclipse 4.18 (2020-12) on Ubuntu 18.04 LTS with Subclipse 4.3.3.
Unfortunately, this release of ubuntu has only libsvn-java 1.9, but Subclipse requires 1.12 for the JavaHL interface.
But Subclipse seems to have a problem parsing the version string "1.12.0-rc1".
Whenever Subclipse is invoked, exceptions are thrown with root cause:
java.lang.NumberFormatException: For input string: "0-rc1"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at org.tigris.subversion.subclipse.ui.SvnVersion.<init>(SvnVersion.java:36)
at org.tigris.subversion.subclipse.ui.Preferences.setSvnClientConfigDir(Preferences.java:72)
at org.tigris.subversion.subclipse.ui.Preferences.initializeFromSettings(Preferences.java:40)
at org.tigris.subversion.subclipse.ui.SVNUIPlugin.start(SVNUIPlugin.java:463)
[...]
This turns SVN effectively off for me. I can't even open the SVN preferences to change the SVN interface to SVNKit.
Is there a fix or a workaround for this problem?
Thanks,
Heiko