cannot load supported formats intellij 解决的方法

http://stackoverflow.com/questions/20797443/intellij-idea-subversion-checkout-error

http://stackoverflow.com/questions/2341134/command-line-svn-for-windows

http://blog.jetbrains.com/idea/2013/12/subversion-1-8-and-intellij-idea-13/


在我的说服下,小组里面最终都用上了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



原文地址:https://www.cnblogs.com/mengfanrong/p/3916163.html