JavaScript Required.
We're sorry, but Pega7 doesn't work without JavaScript enabled. Please enable and refresh.
<p>You will need access to Root Shell for this tutorial. Read more about Apache Subversion: <a data-mce-href="http://subversion.apache.org/" href="http://subversion.apache.org/" target="_blank">http://subversion.apache.org/</a>.</p> <p>You'll login via SSH as root and run this command:</p> <p>root@server [~]# yum install subversion</p> <p> </p> <p>And then you may get this error:</p> <p>Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion</p> <p> </p> <p>Here's what you do next (copy/paste):</p> <p>root@server [~]# wget ftp://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm<br /> root@server [~]# rpm -i perl-URI-1.35-3.noarch.rpm<br /> root@server [~]# yum install subversion</p>