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

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

    Basically, what IntelliJ needs is svn.exe. You will need to install Subversion for Windows. It automatically adds svn.exe to PATH environment variable. After installing, please restart IntelliJ.

    Note - Tortoise SVN doesn't install svn.exe, at least I couldn't find it in my TortoiseSVN bin directory.

提交回复
热议问题