Archive for 3 月, 2013

CentOS 6.2/6.3安装SVN(编译方式安装Apache+Subversion)

03.19.2013 by jiezhou - 0 Comment, Posted in linux

通过编译方式安装subversion
需要安装的软件包(均为当前的稳定版):

httpd-2.2.24 (apache)
apr-1.4.6/apr-util-1.4.1 (已包含在httpd包中)
subversion-1.7.6
sqlite-3.7.16
neon-0.29.6

前提

如果之前没有安装过编译环境,请执行以下命令:

yum groupinstall "Development tools"

Read the rest of this entry »