PDA

View Full Version : [ubuntu] 9.10 karmic - Neon - need help installing 0.28.3



JohnAdamTurnbull
January 12th, 2010, 08:28 AM
I believe karmic installs Neon 0.28.6 (webdav services). But, the version of subversion that I want to use is subversion 1.5.4 -- and it demands neon 0.28.3 -- not .6

I would like to build and install neon 0.28.3 and I believe I've followed all the steps (although I'm green on Linux).

- downloaded and un tar'd the file neon-0.28.3.tar.gz
- moved the result to /neon
- ran ./autogen.sh
- ran ./configure --prefix=/home/jat/cap_installs --with-ssl=openssl
(I was using a capistrano script but no success -- hence the "cap_installs" dir name)
- ran make
- ran make install ; exit 0

When I invoke "neon-config --version" the result is 0.28.6 -- not the 0.28.3 that I need.

How can I get rid of neon 0.28.6 and replace it with .3?

Or should I just abandon subversion-1.5.4 and use a different or newer version that won't fight with neon 0.28.6 ?

As you can probably tell, I'm new to ubuntu, linux and subversion (but having a pretty good time of it!)

thanks

-- jat