1. 程式人生 > >cannot load supported formats intellij 解決辦法

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