http://stackoverflow.com/questions/20797443/intellij-idea-subversion-checkout-error |
http://stackoverflow.com/questions/2341134/command-line-svn-for-windows |
在我的说服下,小组里面终于都用上了IntelliJ,关于SVN的若干问题之前也碰到过,现在他们的机器上又碰到了,我在这里汇总一下相关的解决办法。上面是来自stackOverFlow的几个帖子。其实最主要的原因是缺少了svn的command line client,IntelliJ在13后开始支持svn 1.8,1.8需要使用 command line client.
如果安装tortoise svn的时候没有选中command line client的话,可能会导致上面的问题。
下面是svn相关的安装包
http://subversion.apache.org/packages.html
选择安装下面这个也行:
http://www.collab.net/downloads/subversion
安装好后,需要在preference中重新设置subversion。
command line client, subversion directory.然后重启IntelliJ