Intellij idea subversion checkout error: `Cannot run program “svn”`

前端 未结 13 648
轻奢々
轻奢々 2020-12-12 11:48

I am using intellij idea 13.0. When I am trying to checkout from subversion I am getting error

Cannot load supported formats: Cannot run program \"svn\": Cre         


        
13条回答
  •  攒了一身酷
    2020-12-12 12:29

    If you're using IntelliJ 13 with SVN 1.8, you have to install SVN command line client. Please see more information here:

    Unlike its earlier versions, Subversion 1.8 support uses the native command line client instead of SVNKit to run commands. This approach is more flexible and makes the support of upcoming versions much easier. Now, IntelliJ IDEA offers different integration options for each specific Subversion:

    1.6 – SVNKit only

    1.7 – SVNKit and command line client

    1.8 – Command line client only

提交回复
热议问题