[sic]

December 21, 2006

thanks to higepon for how to install subversion 1.4.2 on ubuntu edgy

Filed under: linux — hawkwing3141 @ 2:58 pm

worked like a charm

http://higepon.blogspot.com/2006/12/install-subversion-142-to-ubuntu-edgy.html

install subversion 1.4.2 to Ubuntu Edgy


sudo apt-get remove libsvn0
sudo apt-get remove subversion
sudo apt-get install libneon25 libneon25-dev
sudo apt-get install libapr1.0-dev
sudo apt-get install libaprutil1.0-dev
sudo apt-get install libdb4.2-dev
sudo apt-get install libdb4.2
sudo apt-get install libsqlite3-0
sudo apt-get install libsqlite3-dev
sudo apt-get install libldap-dev
sudo apt-get install libpq-dev
wget http://subversion.tigris.org/downloads/subversion-1.4.2.tar.bz2
tar vxf subversion-1.4.2.tar.bz2
cd subversion-1.4.2
./configure –with-ssl
make
sudo make install

Advertisements

1 Comment »

  1. In my case that was also necessary:
    sudo apt-get install libapr0

    Comment by Gabriel — December 28, 2006 @ 4:08 am


RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Google+ photo

You are commenting using your Google+ account. Log Out / Change )

Connecting to %s

Blog at WordPress.com.

%d bloggers like this: