idea svn 无法使用
idea 出现:Can’t use Subversion command line client: svn The path to the Subversion executable is probably wrong
原因:
系统svn不可用
如果是osx系统,是更新了xcode导致的问题
解决:
在终端命令行输入sudo xcodebuild -license
,然后在阅读完成license后输入agree

另外一种解决方法:
不实用xcode的自带的svn,自行使用brew
安装svn
brew install svn |