摘要: centos svn服务器搭建 1、yum install subversion 2、mkdir -p /opt/svn 3、chmod R 777 /opt/svn 4、svnadmin create /opt/svn/repos #创建一个svn版本仓库repos 5、cd /opt/svn/repos/conf 6、cp -p svnserve.conf ./svnserve.conf... 阅读全文
posted @ 2016-03-30 18:20 Adtuu 阅读(211) 评论(0) 推荐(0) 编辑
摘要: shell.sh#!/bin/sh source ~/.bash_profile LANG=en_US.UTF-8 cd /opt/web/hzcms/ svn up >> /opt/web/svn.logcontab -e */1 * * * * /opt/web/hzcms_shell.sh > /opt/web/svn.log 阅读全文
posted @ 2016-03-30 18:19 Adtuu 阅读(678) 评论(1) 推荐(0) 编辑