Mac IntelliJ IDEA Subversionを使用して問題解決記録
854 ワード
Macは最新のIntelliJ IDEAを使用していますが、svnを使用した場合は以下のようにエラーが発生します.
Error:svn: E155021: This client is too old to work with the working copy at
'/Users/foo/workspace/bar/myproject' (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change
システムのsvnバージョンとIntellJ IDEAが持参するSubversionバージョンが一致しないシステムsvnバージョンのようです.svn --version
svn, version 1.9.4 (r1740329)
IntelliJ IDEA Subversionバージョン/Users/foo/workspace/bar/myproject
URL: https://svn.int.helijia.com/svn/server/samples/spring-boot-reservation
Format: 1.8
Depth: infinity
解決方法which svn
/usr/local/bin/svn
参考文献http://stackoverflow.com/questions/27660888/intellij-14-on-osx-how-to-specify-version-of-svn-client-used-through-the-ide