AX

Higepon Mona OS develop blog from Japan

Wednesday, December 13, 2006

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

14 Comments:

Anonymous Anonymous said...

Hello, great site, I found a lot of useful information here, thanks a lot for Your work!
With the best regards!
David

3:49 PM  
Anonymous Anonymous said...

You?
[b][url="http://hydrocodone.dewall.info "]hydrocodone side effects vicodin[/url][/b]

9:37 PM  
Anonymous Joaquin Ponte said...

many many thanks for sharing with us your work

Best regards,
Joaquin

1:59 PM  
Anonymous Anonymous said...

many many thanks for sharing us your work, it was very helpful for me.
Best regards,
Joaquin Ponte

2:00 PM  
Anonymous Anonymous said...

Usefull guide! thanks!

1:01 AM  
Anonymous Anonymous said...

Hi, I had to also apt-get libexpat1-dev otherwise it complained about missing expat.h on Edgy

Regards,
Brinley

7:47 PM  
Blogger higepon said...

Try
apt-file search expat.h

see search results, and install the packages.

7:53 PM  
Blogger Ian Pojman said...

Thank you, this was very helpful.

8:22 PM  
Blogger masukomi said...

Thanks. I really needed this, however I also needed to install libexpat1-dev

10:53 AM  
Anonymous Anonymous said...

Good article thanks.
I also had to install libneon25-dev to add WebDAV support.

Thanks.

3:40 PM  
Anonymous Anonymous said...

dang, i've been looking for this!
very very appreciated!!!

love ya~

9:30 AM  
Blogger mde said...

Thanks very much for this. 助かりました。Whitespace diffs were killing me.

12:20 PM  
Blogger Jean-Michel said...

I have adapted your script a bit, see http://21croissants.blogspot.com/2007/04/set-up-subversion-for-netbeans-on.html
and added some explanations about how to configure netbeans

7:03 AM  
Blogger higepon said...

Great!

7:14 AM  

Post a Comment

Links to this post:

Create a Link

<< Home