Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RedHat yum subversion installation [closed]

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

like image 563
matussvk Avatar asked Apr 24 '26 03:04

matussvk


1 Answers

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
like image 69
Jainendra Avatar answered Apr 27 '26 04:04

Jainendra



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!