Error “can't use subversion command line client : svn” when opening android project checked out from svn

后端 未结 14 1511
清酒与你
清酒与你 2020-12-02 07:20

I\'m new to Android development and the development tools around it. I have checked out a project from svn using TortoiseSVN client (can\'t manage to do it from within Andro

14条回答
  •  萌比男神i
    2020-12-02 07:32

    Saw your problems.

    Solutions:

    First Download Subversion 1.8.13 ( 1.8 ) client Download link (https://subversion.apache.org/packages.html) at the time of this post the android studio version is less than 1.4 in my case 1.3.2 so you must avoid the issues here subversion command line client version is too old so just download the 1.8 preferably.

    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 picture:

    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!

提交回复
热议问题