How to Install Subversion on Your VPS


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 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



Back to VPS

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki