After Google and Baidu N times, finally fix SVN upgrade, Intellij idea and Xcode5.1 can be normal use.
Steps:
1. Download the max installation version of Subverion. Recommended Use other brew and Port have tried, did not succeed)
Http://www.wandisco.com/subversion/download#osx
2. Follow the steps to install, note the last step, you need to manually add the SVN path to path, here is a bit of a problem, it should be to edit the ~/.bash_profile file, add svn path.
3. Modify the default SVN path for Xcode, here Reference: Http://stackoverflow.com/questions/19177699/using-svn-1-8-3-with-xcode-5. My operation steps are:
[Plain] view plaincopy
- cd/applications/xcode.app/contents/developer/usr/bin/#进入xcode存放svn命令的子目录
- mkdir BACKUPSVN #创建备份目录
- MV svn* backupsvn/#把旧的svn相关文件移动到备份目录
- Ln-s/opt/subversion/bin/svn*./#把新的SVN文件复制到当前目录
4. The operation is complete, and the SVN in the idea and Xcode are OK after rebooting.
Mac SVN client settings