red hat 5 IS VERY DIFFERENT than fedora
the VERY FIRST thing you need to do is REMOVE/UNINSTALL -- ALL -- el5 rpm's
this might kill your system BUT THERE IS NO OTHER WAY !!!!
1) run this
Code:
rpm -qa | grep el5
--- for a text out put ----
rpm -qa | grep el5 > rh5.txt
reed the text file rh5.txt , or the output in the terminal
fro ALL / everything listed there uninstall
yum erase the.el5 file
Code:
yum erase subversion-1.6.6-0.1.el5
2) uninstall that el5 ( centOS 5.4/RHEL 5.4) repo
you installed the WRONG one
3) reboot
if your system dose boot after this ?????? if there were only 1 to 6 rpm's that you removed then there is a very good chance your system will still work
but if you uninstalled 50 el5 rpms then there is a good chance it will never boot again
then see this help page
http://www.mjmwired.net/resources/mjm-fedora-f11.html
http://rpmfusion.org/
or
Code:
su -
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
and that will install the CORRECT one