检查系统是否安装了svn,打开终端
svn --version
macOS从 10.15.4 更新至 10.15.5后svn提示:
The subversion command line tools are no longer provided by Xcode
macOS 10.15.4版本后解决方案
1、下载homebrew,国内镜像库
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2、安装subversion
brew install svn
摘自:解决 svn: error: The subversion command line tools are no longer provided by Xcode._Loong专栏-CSDN博客