I am trying to import some gradle projects in my Spring Tool Suite . I have installed Subclipse 1.10.5 in my STS and svn client installed in my machine is 1.8.8 . I have tried d
I had this problem on Mac OS Yosemite with Webstorm and IntelliJ.
svn --version
on the command line printed 1.8, but even with command line client option enabled with value svn
in Webstorm/IntelliJ I was getting the warning.
Running which svn
and pasting the value (/usr/local/bin/svn
for me) into WebStorm->Preferences->Version Control->Subversion->Use command line client removed the warning and fixed the issues I was having in Webstorm and IntelliJ.