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

后端 未结 14 1513
清酒与你
清酒与你 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:37

    Under Linux, got same problem after Android Studio update (and several months without using it...).

    I solved it by running the following command in a console:

    mv .subversion/ .subversion.bak
    

    I prefer that command to rm -R .subversion since it left me a rollback option.

提交回复
热议问题