【发布时间】:2011-03-27 07:08:13
【问题描述】:
我正在尝试在我的服务器(Centos 5.5、Apache Apache 2.2.11、DirectAdmin 1.35.1)上安装mod_dav_svn,但没有成功。
我正在使用本教程:http://wiki.centos.org/HowTos/Subversion#head-ae2d6fa671ad7ebd5d7835c6edbcd15dd2d73c4d
所以,我正在控制台中尝试:
# yum install mod_dav_svn subversion
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.bst.lt
* base: centos.bst.lt
* extras: centos.bst.lt
* updates: centos.bst.lt
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package mod_dav_svn available.
Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version
Nothing to do
为什么找不到mod_dav_svn?
我也试过了:
#yum search mod_dav_svn
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.bst.lt
* base: centos.bst.lt
* extras: centos.bst.lt
* updates: centos.bst.lt
Excluding Packages in global exclude list
Finished
Warning: No matches found for: mod_dav_svn
No Matches found
没什么...
【问题讨论】: