之前一直用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