MAC Update SVN to 1.8

Source: Internet
Author: User
Tags svn

After Google and Baidu N times, finally fix SVN upgrade, Intellij idea and Xcode5.1 all can 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, pay attention to the last step, you need to manually add the path of SVN to path, here is a bit of a problem, it should be to edit the ~/.bash_profile file, add svn path.

3. Change the default SVN path for Xcode. Here's the test: http://stackoverflow.com/questions/19177699/using-svn-1-8-3-with-xcode-5. My operation steps are:

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 is OK in idea and Xcode after reboot.

MAC Update SVN to 1.8

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.