How do I force IntelliJ to use it's internal SVN library (svnkit?) rather than an external command-line client? It appears to be ignoring the setting in the options dialog.
Version is 2016.2.4
I had previously been using IntelliJ with the "Use command line client" option switched on. (Tools...Settings...Version Control....Subversion)
Wanted to check what the performance difference was using the internal SVN support, so I switched the "Use command line client" off, but IntelliJ has just ignored that. It's continuing to use the external svn.exe.
Even if I rename the external client to use it just complains that it can't use the external svn client!
Is something screwed up in the IntelliJ settings files?