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

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

    Check my solution, It will work.

    Solutions:

    First Download Subversion 1.8.13 ( 1.8 ) Download link ( https://www.visualsvn.com/downloads/ )

    enter image description here

    Then unzipped in a folder. There will have one folder "bin".

    Then

    Go to settings - > Version control -> Subversion

    Copy the url of your downloaded svn.exe that is in bin folder that you have downloaded.

    follow the pic:

    enter image description here

    Don't forget to give the end name like svn.exe last as per image.

    Apply -> Ok

    Restart your android studio now.

    Happy Coding!

提交回复
热议问题