How to Install Subversion?

by Stephen on December 12, 2008

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 December 21, 2008 at 12:10 am

well its not connecting…

Reply

admin December 21, 2008 at 6:07 pm

Try stopping your firewall => install svn then start your firewall.

Reply

Leave a Comment

Previous post:

Next post: