This is what I'm doing:

# yum --enablerepo=rpmforge list mod_dav_svn
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirrors.adams.net
 * base: mirror.sanctuaryhost.com
 * extras: mirror.sanctuaryhost.com
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.steadfast.net
Available Packages
mod_dav_svn.x86_64             1.4.2-4.el5_3.1                     base

Why 1.4.2? Where is 1.6+?

link|improve this question

75% accept rate
Let me know if you find a package. I've run into the exact same issue - presumably RPMForge has updated subversion but not updated mod_dav_svn to go with it - and I don't really see a solution. There is another way to get subversion repositories served through SVNServe, but good luck trying to figure out SASL authentication (I've got an open question to that effect myself). – AlexMax Dec 29 '10 at 15:35
feedback

migrated from stackoverflow.com Dec 29 '10 at 16:45

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

WANdisco builds and tests the latest subversion binaries for a variety of platforms.

http://wandisco.com/subversion/os/downloads

link|improve this answer
Works perfectly, many thanks for the link! – yegor256 Dec 31 '10 at 8:55
feedback

There is no 1.6.x rpm for RHEL/CentOS, because nobody has built it. I was unable to find it using rpm.pbone.net. In CentOS 5.6 svn should be in 1.6.x (RHEL is in beta now).

mod_dav_svn 1.4 is from your Base repository, not for rpmforge.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.