RedHat yum subversion installation

14,658

You can download rpm forge repository from the links 32 bit or 64 bit depending upon your machine configuration. rpm forge package has most of the useful packages and dependencies. After that try the following command:

yum install mod_dav_svn subversion

or just try

yum install subversion

In addition to subversion You can also use GIT which is similar to svn but has its own additional benefits. If you like you can install git using the command:-

yum install git
Share:
14,658
matussvk
Author by

matussvk

Updated on June 28, 2022

Comments

  • matussvk
    matussvk almost 2 years

    I am trying to install subversion on RedHat linux. But there is a bit problem with broken yum package manager. I have configured some own repositories from CentOS, but unfortunately there is still one broken dependency:

    libneon.so.27

    I have tried to download it on my own, but its dependencies are quite complex, it will cost me a lot of time to downlaod them all. Do you have any hints? (Links to some repos with that libneon (rpmforge i have tried with no success))

  • Doug Molineux
    Doug Molineux over 10 years
    The following forum indicates that the subversion packages have moved to the "rpmforge-extras" repo. Redhat might need to install with this yum --enablerepo=rpmforge-extras install subversion mod_dav_svn comments.gmane.org/gmane.linux.rpm.rpmforge.user/1911
  • Jainendra
    Jainendra over 10 years
    @PeteHerbertPenito Was that enough for a downvote?
  • Doug Molineux
    Doug Molineux over 10 years
    Sorry I didn't mean to downvote you, but I can't take it back because it hasn't been edited.
  • Jainendra
    Jainendra over 10 years
    @PeteHerbertPenito I edited the answer
  • Paul
    Paul over 9 years
    Each of three commands results in Requires: libneon.so.27()(64bit) with rpmforge-extras enabled.