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

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

    If you're going with Manoj's solution (https://stackoverflow.com/a/29509007/2024713) and still having the problem try switching off "Enable interactive mode" if available in your version of IntelliJ. It worked for me

    0 讨论(0)
  • 2020-12-12 12:18

    In IntelliJ Idea 2017.1 you can use the embedded SVN client that sadly is not enabled by default. Here's how you can activate it.

    1) Open IntelliJ Idea

    2) Menu Help > Find Actions...

    3) Type subversion to gain access to the subversion related settings. Choose the item Subversion Settings as highlighted in the following picture.

    4) Finally, be sure to uncheck the option Use command line client.

    From now on, in the current project, you'll use the embedded subversion.

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-12 12:26

    Under settings ->verison control -> Subversion, uncheck use command line client. It will work.

    0 讨论(0)
  • 2020-12-12 12:26

    Seems related to this issue IDEA-117518

    0 讨论(0)
  • 2020-12-12 12:28

    I solved this by uncheking the "Use command-line client" option from Subversion settings.

    This works with version 1.6 and 1.7 only. See @Vic's answer for SVN version 1.8.

    0 讨论(0)
提交回复
热议问题