1. 程式人生 > >Mac系統升級造成svn報錯的問題

Mac系統升級造成svn報錯的問題

svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '..../htdocs/xxxx'
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

這是因為升級了macOS後,SVN版本也升級了,而你的專案還是老的版本。
這個錯誤提示就是告訴你要對本地資料夾進行一次upgrade操作

$ svn upgrade