I downloaded svnkit from https://www.svnkit.com/org.tmatesoft.svn_ 1.10.2. standalone.zip But when I unzip and run it, I get an error:
‘C:\program’ is not an internal or external command, nor is it a runnable program or batch file
I have a general idea of the reason. My JDK is installed in the ‘C:\Program Files’ directory, so I modified jsvn.bat line 84 of the file, like this:
“%JAVACMD%” %JAVA_ OPTS% %EXTRA_ JVM_ ARGUMENTS% -classpath %CLASSPATH% org.tmatesoft.svn . cli.SVN %CMD_ LINE_ ARGS%
After modifying this, run again, or report an error:
Error, unable to find or load main class org.tmatesoft.svn .SVN,
I feel like it’s a jar package problem. I’m asking for help.