美文网首页
AS svn遇到的问题

AS svn遇到的问题

作者: 非爱狂风 | 来源:发表于2016-11-29 12:52 被阅读0次

    之前一直用git习惯了,都是命令操作,对于svn的mac操作又比较生疏。mac也没有比较好的IDE工具,所以就选择了as的svn
    用起来就碰到了这个问题Android Studio Error:Wrong committed revision number: -1
    overflow搜索到结果如下:解决问题
    create a shellscript, eg. name it /usr/local/bin/svn-en with the following content:

    export LC_MESSAGES=en_US.UTF-8
    export LANGUAGE=en_US.UTF-8
    svn $@
    Then in Android Studio goto Project Settings -> Version Control -> Subversion. In the tab "General" enter in the "use command line client" field: /usr/local/bin/svn-en

    相关文章

      网友评论

          本文标题:AS svn遇到的问题

          本文链接:https://www.haomeiwen.com/subject/ldkbyttx.html