Mac SVN client settings

Source: Internet
Author: User
Tags svn svn client

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

  1. cd/applications/xcode.app/contents/developer/usr/bin/#进入xcode存放svn命令的子目录
  2. mkdir BACKUPSVN #创建备份目录
  3. MV svn* backupsvn/#把旧的svn相关文件移动到备份目录
  4. 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

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.