Hi i need to install on my cpanel server running redhat a full svn installation (BTW, would be great if this could be included in the easy apache options ...) Anyway, i runned the following command:
yum install subversion
And it worked great. it finised with a nice "Complete!"
I double cheked with
svn --version
and got
svn, version 1.6.11 (r934486) compiled Apr 11 2013, 16:13:51
So fare so good ... Next command was
yum install mod_dav_svn
And that returned
I made a search on the web but found very little info on this issue. What is httpd-mmn and how can i get it to 20051115 ?
yum install subversion
And it worked great. it finised with a nice "Complete!"
I double cheked with
svn --version
and got
svn, version 1.6.11 (r934486) compiled Apr 11 2013, 16:13:51
So fare so good ... Next command was
yum install mod_dav_svn
And that returned
Code:
root@cpanel [~]# yum install mod_dav_svn
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
* base: centos.mirror.netelligent.ca
* extras: centos.mirror.netelligent.ca
* updates: less.cogeco.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_dav_svn.x86_64 0:1.6.11-9.el6_4 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn-1.6.11-9.el6_4.x86_64
--> Finished Dependency Resolution
Error: Package: mod_dav_svn-1.6.11-9.el6_4.x86_64 (updates)
Requires: httpd-mmn = 20051115
You could try using --skip-broken to work around the problem
Last edited: