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
6 weeks 3 days ago
6 weeks 3 days ago
6 weeks 3 days ago
6 weeks 3 days ago
6 weeks 3 days ago
1 year 4 weeks ago
1 year 4 weeks ago
1 year 4 weeks ago
1 year 20 weeks ago
1 year 20 weeks ago