Hi all,

SVN diff used to work for me not so long ago, but for some reason it doesn't anymore on none of my machines; all are KDE Neon (=ubuntu 22.04).
Other SVN operations work.

I have CLI SVN installed and when I want to see diff, I get an error:

   /Diffing between revision trees is not supported with commandline
   client./
   /Please switch to SVNKit or JavaHL./


I installed svnkit and javaHL:

   root@R9:~# dpkg -l | grep svnkit
   ii  libsvnkit-java                                1.8.14-4
                                                            all
             pure Java Subversion client library
   ii svnkit                                       1.8.14-4
                                                            all
             pure Java Subversion client
   root@R9:~#

jsvn doesn't work at all:

   root@R9:~# jsvn
   /usr/bin/jsvn: 29: $cygwin: not found
   Error: JAVA_HOME is not defined correctly.
     We cannot execute $JAVACMD

but Java (and paths) is OK:

   root@R9:~# java -version
   openjdk version "17.0.4" 2022-07-19
   OpenJDK Runtime Environment (build 17.0.4+8-Ubuntu-120.04)
   OpenJDK 64-Bit Server VM (build 17.0.4+8-Ubuntu-120.04, mixed mode,
   sharing)


I even tried using HL jar... (/usr/share/java/svnkit-javahl16.jar) with no success.

I tried all this on Netbeans 13, 14 and 15.


Does anyone have an idea how to make it work? :-/

thanks,

May

Reply via email to