Resolution of the Svn:this client is too the working copy problem on Mac

Source: Internet
Author: User
Tags svn

When installing SVN, you are prompted with the this client was too old-to-work with working copy .... Cause: SVN version is too old to install 1.8 svn. Here is a brief description of some of the steps:

1. Download the new version of SVN, using subversion-1.8.15, which will put this version of SVN on the NAS for everyone to use.

2. Go to the subversion-1.8.15 folder

./configure--prefix=/home/svnroot/subversion  --without-berkeley-db//prefix Specify the directory to be installed, This directory needs to be created in advance with sudo permissions, otherwise the prompt to create a folder fails when the command is executed.  Makemake Install

3. Modify the environment variables, add the following code in the ~/.bash_profile, and make it effective

SOURCE ~/.bash_profile

4. The test is successful:

/home/svnroot/subversion/bin/svnserve--version

Or

SVN--version

The display version number indicates that the installation was successful.

If you have other questions, refer to: http://blog.csdn.net/wwww1988600/article/details/24182919

Resolution of the Svn:this client is too the working copy problem on Mac

Related Article

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.