Update SVN under Mac

Source: Internet
Author: User
Tags apache download svn

The SVN version that comes with the Mac is still 1.6, and the latest versions has been updated to support version 1.7, with 1.7 versions under Windows so you want to update the Mac version.

OK, nonsense not much to say, simple description of operation steps:

  1. To Apache download Subversion source code, address is: http://subversion.apache.org/;
  2. Compile find make no, then go to Xcode inside the preference->downlaods->components install command line Tools;
  3. Open the terminal again to find already can make;
  4. We're going to unzip the downloaded file: TAR-XVF xxx.tar.gz;
  5. To unzip the directory, run:./configure, complete the relevant configuration;
  6. Then run sudo make install to complete the installation;
  7. After the installation is finished running SVN--version--quiet view version found is still version 1.6, so we have to rename the original SVN;
  8. Go to/usr/bin directory renaming: MV SVN svn_old;
  9. Reopen a terminal, run SVN--version--quiet Discovery version information has become 1.7.xx;

Mac SVN Related tutorials:

Cornerstone Configuration and simple use

  

Update SVN under Mac

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.