Loading...

Knowledge Base
Categories: , ,

Install Subversion on Your Virtual Private Server (VPS)

Share

You will need access to Root Shell for this tutorial. Read more about Apache Subversion: http://subversion.apache.org/.

You'll login via SSH as root and run this command:

root@server [~]# yum install subversion

 

And then you may get this error:

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

 

Here's what you do next (copy/paste):

root@server [~]# wget ftp://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm
root@server [~]# rpm -i perl-URI-1.35-3.noarch.rpm
root@server [~]# yum install subversion

Did you find this article helpful?

 
* Your feedback is too short

Loading...