1. Download SVN
Http://subversion.apache.org/download
After the download is complete, unzip, execute
./configure--PREFIX=/USR/SVN
Tip Configure:error:no Suitable APR found
2. Download and install Apr and Apr-util
http://archive.apache.org/dist/apr/
Install after download is complete
A) TAR-ZXVF apr-1.5.2.tar.gz
b) CD apr-1.5.2/
c)./configure
D) Make
e) make install
f) TAR-ZXVF apr-util-1.5.2.tar.gz
g) CD APR-UTIL-1.5.2/
h)./configure--with-apr=/usr/local/apr; make; Make install
3. Install SVN again
Tips for SVN requires SQLite
4. Download and install SQLite
A) wget http://www.sqlite.org/2016/sqlite-autoconf-3120200.tar.gz
b) TAR-ZXVF sqlite-autoconf-3120200.tar.gz
c)./configure; Make & make Install
5. Install SVN again
a)./configure--prefix=/usr/svn--with-apr=/usr/local/apr--WITH-APR-UTIL=/USR/LOCAL/APR
b) Make & make Install
Install SVN server under Linux