摘要: CentOS 6.2 SVN 1.7.11 支持HTTP和HTTPS 编译安装升级1.7.9升级到11版本,没有过多的测试,有问题欢迎反馈 1 #!/bin/bash 2 3 yum -y remove subversion 4 mkdir -p /dist/{dist,src} 5 cd /dist/dist 6 /bin/rm -f openssl* subversion* 7 wget "http://www.openssl.org/source/openssl-1.0.1e.tar.gz" 8 wget "http://mirrors.cnnic.cn/a 阅读全文
posted @ 2013-07-28 15:00 笨笨の猫 阅读(239) 评论(0) 推荐(0) 编辑
摘要: CentOS 6.2 SVN 1.7.9 支持HTTP和HTTPS 编译安装安装脚本如下: 1 #!/bin/bash 2 3 yum -y remove subversion 4 mkdir -p /dist/{dist,src} 5 cd /dist/dist 6 /bin/rm -f openssl* subversion* 7 wget "http://www.openssl.org/source/openssl-1.0.1e.tar.gz" 8 wget "http://labs.mop.com/apache-mirror/subversion/subv 阅读全文
posted @ 2013-04-25 11:56 笨笨の猫 阅读(621) 评论(0) 推荐(0) 编辑