Here are the the SSH commands that succeeded:
cd
mkdir _src
cd _src
wget http://subversion.tigris.org/downloads/subversion-1.5.1.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.5.1.tar.gz
tar -xzvf subversion-1.5.1.tar.gz
tar -xzvf subversion-deps-1.5.1.tar.gz
cd subversion-1.5.1
cd apr
./configure --enable-shared --prefix=$HOME
make && make install
cd ../apr-util
./configure --enable-shared --prefix=$HOME \
--with-expat=builtin --with-apr=$HOME \
--without-berkeley-db
make && make install
cd ../neon
./configure --enable-shared --prefix=$HOME \
--with-libs=$HOME --with-ssl
make && make install
cd ../
./configure --prefix=$HOME --without-berkeley-db \
--with-editor=/usr/bin/vim --with-apr=$HOME \
--with-apr-util=$HOME --with-neon=$HOME \
--without-apxs --without-apache --without-serf
make && make install
and here is the command to test the installation:
svn --version
which produced this response:
svn, version 1.5.1 (r32289)
compiled Aug 2 2008, 12:50:57
Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
Recent comments
3 weeks 5 days ago
14 weeks 5 days ago
15 weeks 6 days ago
18 weeks 6 hours ago
18 weeks 6 hours ago
21 weeks 1 hour ago
37 weeks 1 day ago
1 year 10 weeks ago
1 year 10 weeks ago
1 year 22 weeks ago