标签:install mod pre 多个 log microsoft min 注意 svn服务器
1.下载安装subversion:
yum install subversion
2.创建仓库:
cd /opt mkdir svnRepo chmod -R 777 svnRepo cd svnRepo svnadmin create test cd test/conf
3.修改配置文件:
4.设置自启动 /etc/rc.local:
注意:1.单个仓库启动可checkout时可省略仓库名,多个仓库不能省略。2.ip访问时服务器开启3690端口
单个仓库启动:svnserve -d -r /opt/svnRepo/test
5.自动更新同步:
cd /app/deploy/www
svn checkout svn://ip:3690/test
cd /opt/svnRepo/test/hooks/
cp post-commit.tmpl post-commit
chmod 755 post-commit
标签:install mod pre 多个 log microsoft min 注意 svn服务器
原文地址:http://www.cnblogs.com/maoriaty/p/7758147.html