How to install subversion in Linux

Source: Internet
Author: User

The steps for installing subversion in Linux Source Code are as follows:

    1. ./Configure-- Configuration
    2. Make-- Compile
    3. Make install-- Install

When installing subverion, pay special attention to many small details. Next we will install a subversion on Linux by step.

    1. download the source code package and dependent files
      1. subversion source package: http://subversion.tigris.org/downloads/subversion-1.6.0.tar.gz
      2. subversion installation dependency file: http://subversion.tigris.org/downloads/subversion-deps-1.6.0.tar.gz
    2. extract
      1. tar-zxvf subversion-1.6.0.tar.gz
      2. tar-zxvf subversion-deps-1.6.0.tar.gz
      3. decompressed files are stored in the subversion-1.6.0 directory, including the dependent subdirectories Apr, APR-util, and SQLite-amalgamation.
    3. ./configure
      1. -- prefix Configure the installation path, for example, -- prefix =/home/Bosco/local/subversion
      2. -- With-SSL enable SSL to access https: // This type of SVN address can also specify an SSL directory, such as -- With-SSL =/home/Bosco/local/OpenSSL
    4. compile and install
      make & make install

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.