1,終端報錯:is too old (format 29) to work with client version '1.9.4 (r1740329)' (expects format 31). You need to upgrade the working copy first.vim
解決辦法,cd到svn相應的文件項目,而後執行命令:svn upxcode
等up完成了,之後,使用svn ls查看有那些多餘的svn文件,而後把它刪除,執行命令:刪除某個文件:svn delete xxxxx(文件名),bash
若是想一次刪除全部svn文件:則執行:find . -type d -name ".svn"|xargs rm -rf app
2,你在用終端執行svn命令時報以下錯誤:svn
xcrun: error: active developer path ("/Volumes/MacX.cn/Xcode.app/Contents/Developer") does not exist, use xcode-select to change、
解決:終端輸入命令:sudo xcode-select-switch /Applications/Xcode.app/Contents/Developer
3,mac 終端下使用svn命令,但不能使用:工具