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

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

    For me, on Debian GNU / Linux, installing the subversion package was the solution

    # aptitude install subversion subversion-tool
    
    0 讨论(0)
提交回复
热议问题