也就是说不能使用svn 命令行客户端。 
大致产生的原因是,开始安装svn的时候command line client没选中安装。

解决办法: 
重新安装SVN

步骤: 
1、找到你的svn安装包,双击安装, 
2、之后会看到command line client tools前面是个叉 
3、点下叉,选择Entire feature will be installed on local hard drive 
4、然后就next,install就可以了。 
注意:安装完后,再确定一下环境变量path里,有没有“D:\SVN\bin\svn.exe”如果有,就大功告成,只差最后一步了。 
5、之后再按照IDEA提示 fix it 
进入setting的subversion里,将默认的SVN改成“”D:\SVN\bin\svn.exe” 。

IDEA中使用SVN时出现Can't use Subversion command line client: svn Probably the path to Subversio

相关文章:

  • 2021-05-30
  • 2021-09-06
  • 2021-08-02
  • 2021-06-11
猜你喜欢
  • 2021-08-17
  • 2021-10-09
  • 2021-09-01
  • 2022-12-23
  • 2021-06-10
相关资源
相似解决方案