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

后端 未结 14 1368
清酒与你
清酒与你 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条回答
  • 2020-12-02 07:53

    i have fixed the issue by just downloading the android command line tool from https://www.visualsvn.com/downloads/ download apache comand line tool unzip it on drive go to your android settings/version control/subversion and make sure only command line option is enable set the path of svn.exe as shown below C:\Users\viratsinh.parmar\Apace SVN client\Apache-Subversion-1.8.13\bin\svn.exe

    now in your android studio update the project , you will be able to commit now. you can contact me on parmarvirat@yahoo.com

    0 讨论(0)
  • 2020-12-02 07:56

    If you using windows, you can fix it via install SVN Tool. If you using Linux/MacOS, you can fix it via install subversion. After that, just select using svn command. Your problems is resolve.

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