Install SVN client in Ubuntu environment

Source: Internet
Author: User
Tags svn svn client

1, in the Ubuntu environment to install SVN needs a dependency package

subversion-1.8.10.tar.gz:http://download.csdn.net/detail/luo849278597/8208909

sqlite-amalgamation-3071501.zip:http://download.csdn.net/detail/luo849278597/8208923

m4-1.4.17.tar.gz:http://download.csdn.net/detail/luo849278597/8208927

autoconf-2.69.tar.gz:http://download.csdn.net/detail/luo849278597/8208931

libtool-2.2.6b.tar.gz:http://download.csdn.net/detail/luo849278597/8208933

2, decompression subversion-1.8.10.tar.gz, Sqlite-amalgamation-3071501.zip, m4-1.4.17.tar.gz, autoconf-2.69.tar.gz, libtool-2.2.6b.tar.gz down to/usr/local/soft .

TAR-ZXVF subversion-1.8.10.tar.gz m4-1.4.17.tar.gz autoconf-2.69.tar.gz libtool-2.2.6b.tar.gz

Unzip Sqlite-amalgamation-3071501.zip

3, the decompression after the sqlite-amalgamation copy to subversion-1.8.10 decompression package

sudo mv sqlite-amalgamation-3071501 sqlite-amalgamation

sudo cp sqlite-amalgamation/subversion-1.8.10

4, Installation m4-1.4.17

CD m4-1.4.17

./configure--prefix=/usr/local/soft/m4-1.4.17

Make && make install

sudo gedit/etc/profile

Gun_m4_home=/usr/local/soft/m4-1.4.17 joins to $path

5, Installation autoconf-2.69

CD autoconf-2.69

./configure--prefix=/usr/local/soft/autoconf-2.69

Make && make install

sudo gedit/etc/profile

autoconf_home=/usr/local/soft/autoconf-2.69 joins to $path

6, Installation libtool-2.2.6b

./configure--prefix=/usr/local/soft/libtool-2.2.6b

Make && make install

sudo gedit/etc/profile

libtool_home=/usr/local/soft/libtool-2.2.6b joins to $path

7, Installation subversion-1.8.10

./configure--prefix=/usr/local/soft/subversion--with-apxs=/usr/local/soft/http/bin/apxs--with-apr=/usr/local/ Apr--with-apr-util=/usr/local/apr-util

Make && make install

Install SVN client in Ubuntu environment

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.