To install Subversion in Linux, do
# yum install subversion
If you get Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion => here is the fix:
# cd /usr/local/src
# wget http://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm
# rpm -i perl-URI-1.35-3.noarch.rpm
# yum install subversion
That should install perl-URI-1.35-3 and Subversion.
{ 2 comments… read them below or add one }
well its not connecting…
Try stopping your firewall => install svn then start your firewall.