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

前端 未结 13 656
轻奢々
轻奢々 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:28

    Disabling Use command-line client from the settings on IntelliJ Ultimate 14.0.3 works for me.

    I checked IDEA's document, IDEA don't need a SVN client software anymore. see below description from https://www.jetbrains.com/idea/help/using-subversion-integration.html

    =================================================================

    Prerequisites

    IntelliJ IDEA comes bundled with Subversion plugin. This plugin is turned on by default. If it is not, make sure that the plugin is enabled. IntelliJ IDEA's Subversion integration does not require a standalone Subversion client. All you need is an account in your Subversion repository. Subversion integration is enabled for the current project root or directory.

    ==================================================================

提交回复
热议问题