Upgrade to Subversion 1.4.x on CentOS

Posted by Nessa | Posted in ,, | Posted on December 4, 2007

4

I don’t know if it’s just me, but it seems that CentOS is kinda slow with their software updates. It’s not too big of a deal since CentOS is based off of RHEL so you can usually use RHEL 4-5 RPM’s, but those usually bombard me with failed dependencies. I find that the generic x86 RPMs do the trick, so for any of you trying to update your Subversion installations to a more recent version, here’s what you have to do on CentOS:

Optionally remove the old version by running yum remove subversion (assuming you installed with Yum)

wget http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/rhel-4/i386/subversion-1.4.5-1.i386.rpm
wget http://www.eu.apache.org/dist/apr/binaries/rpm/i386/apr-1.2.8-1.i386.rpm

wget http://www.eu.apache.org/dist/apr/binaries/rpm/i386/apr-util-1.2.8-1.i386.rpm

rpm -i apr-util-1.2.8-1.i386.rpm
rpm -i apr-1.2.8-1.i386.rpm
rpm -i subversion-1.4.5-1.i386.rpm

Some people may have to do a ‘yum install postgresql-libs’ as for some reason APR wants that stuff.

Share and Enjoy:
  • Digg
  • DZone
  • del.icio.us
  • Technorati
  • Facebook
  • Google Bookmarks
  • StumbleUpon
  • Twitter
  • Sphinn
  • Mixx
  • blogmarks
  • Furl
  • Reddit
  • Slashdot
  • RSS

Related posts:

  1. The [pretty much] Complete Guide to Installing ffMPEG and Audio Binaries
  2. How to Upgrade PHP
  3. Upgrading to MySQL 5.1.x on cPanel
  4. Yum GCC Errors
  5. Installing Ruby on cPanel

Comments (4)

Thanks.

Worked like a charm. saved me an hr of googling to find a working rpm without any dependencies issues.

[...] 4th 2007 8:57pm [-] From: v-nessa.net [...]

Awesome. I was just going to compile it.. You saved me a lot of work and helped me please 50+ developers.

<3.

[...] pc? gratis downloadEr din pc blevet langsom?Er din computer langsom?En langsom PC kan ordnesEn langsom PC kan ordnes var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl.&quot; : "http://www.&quot;); [...]

Post a comment