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

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

    IntelliJ needs the subversion command(svn) added into Subversion settings. Here are the steps: 1. Download and Install subversion. 2. check on the command line prompt on windows(cmd) for the same command - svn.

    1. Validate svn command added to File --> settings --> Version Control --> subversion

    2. Exit IntelliJ studio and relaunch

提交回复
热议问题