Install SVN on CentOS problem

I run into a problem when installing subversion so if you have the same problem here it is:

Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion

In order to solve it type this as root:

wget http://yum.trixbox.org/centos/5/RPMS/perl-URI-1.35-3.noarch.rpm
rpm -i perl-URI-1.35-3.noarch.rpmĀ 
yum install subversion

That’s it! if you have questions please ask.