当webstrom中更新代码出现以下提示:
Can’t use Subversion command line client:svn
当在idea中更新代码出现以下提示:
No versioned directories to update were found

解决办法:
在idea /webstrom中之前是svn 现在需要改成你svn 安装的地址:我的是默认安装c盘则是
C:\Program Files\TortoiseSVN\bin\svn.exe直接把这句话复制到下面截图中就行了
webstrom和idea中不能使用svn
这个截图为File -->Settings —> Version Control —>Subversion
注意:我第一次添加的时候直接将svn安装路径复制进去没有加svn.exe也不行,所以为:svn安装路径+svn.exe即可

相关文章:

  • 2021-09-02
  • 2021-06-02
  • 2021-08-22
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2021-05-24
  • 2021-10-20
  • 2021-06-12
  • 2021-08-25
  • 2021-04-04
相关资源
相似解决方案