webstorm hint Can ' t use Subversion command line client (Probably the path to Subversion executable is wrong)
How to solve?
After installing Phpstorm, to configure SVN, the result is configured in File->settings->version Contorl->subversion->with conmand line Client
D:\Program Files\tortoisesvn\bin\tortoisepro.exe (General SVN Program files)
After you have installed the path address, always prompt
"Can ' t use Subversion command line client: ' D:\Program files\tortoisesvn\bin\tortoisepro.exe ' Probably the path to Subvers Ion executable is wrong. Fix it. ".
Then Google search, only to find that this tortoisePro.exe is the guide operation program, does not support Conmand line operation, need to re-download a
Http://www.jetbrains.com/phpstorm/webhelp/using-subversion-integration.html
And I chose this. Download sliksvn download
Http://subversion.apache.org/packages.html#windows
After the download is finished, press the next step to install, the author installed in the
D:\Program FILES\SLIKSVN
So, you can use SVN with the Conmand line client set to your D:\Program files\sliksvn\bin\svn.exe.
Go
Webstorm hint Can ' t use Subversion command line client