Installing Subversion
Followed this link to install svn
mkdir src
cd src
wget http://subversion.tigris.org/downloads/subversion-1.6.4.tar.bz2
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.4.tar.bz2
tar -xvjpf subversion-1.6.4.tar.bz2
tar -xvjpf subversion-deps-1.6.4.tar.bz2
cd subversion-1.6.4
./configure --prefix=$HOME --without-berkeley-db --with-ssl LDFLAGS="-L/lib64"
make
make install
installing subversion on bluehost
Setup repository and start server
creating repository linux from scratch.org
ssh setup
svn book red-bean.com
The below didn't work:
Followed this link with corrections and modifications to install svn on hostmonster
mkdir src
cd src
wget http://subversion.tigris.org/downloads/subversion-1.6.4.tar.bz2
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.4.tar.bz2
tar -xvjpf subversion-1.6.4.tar.bz2
tar -xvjpf subversion-deps-1.6.4.tar.bz2
cd subversion-1.6.4
./configure --prefix=$HOME --without-berkeley-db --with-ssl LDFLAGS="-L/lib64"
make
make install
installing subversion on bluehost
Setup repository and start server
creating repository linux from scratch.org
ssh setup
svn book red-bean.com
The below didn't work:
Followed this link with corrections and modifications to install svn on hostmonster
Comments