idea 使用svn 相关问题处理
一、安装TortoiseSVN
1.下载地址:TortoiseSVN下载地址(点击跳转)。
2.安装。
注意:1)这里必须选中安装本地驱动(Will be installed on local hard drive) 这样 才会在TortoiseSVN的bin目录下生成idea 需要使用的 svn.exe。
2)如果有是在已安装的软件进行修改 如果安装失败 则建议卸载后重新下载安装,再次安装 后基本上就没有问题。
3.在idea中使用。
如果出现 Can't use Subversion command line client: C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
The path to the Subversion executable is probably wrong. Fix it.
则是没有关联对应的svn.exe 。
只需要在File - Settings
找到Version Control - Subversion 修改对应TortoiseSVN bin 下svn.exe 的驱动程序(如果没找到则需要去修改TortoriseSVN的安装下载一下驱动 或者是重新下载安装,建议重新下载安装)。