问题:
导入Maven项目,报错
Can't use Subversion command line client: svn
The path to the Subversion executable is probably wrong
解决方法:
step1:下载svn
下载地址:http://subversion.apache.org/packages.html
1.9.2版本快速下载地址:https://www.visualsvn.com/files/Apache-Subversion-1.9.2.zip
step2:IDEA菜单栏点击 File->settings->Version control ->Subversion
添加Apache-Subversion-1.9.2 的 svn.exe路径

网友评论