标签:style ar color sp on 文件 art bs ef
环境:ubuntu12.04
在/etc/init.d目录建立一个脚本文件svnd.sh
cd /etc/init.d
touch svnd.sh
chmod +x svnd.sh
vim svnd.sh
输入如下内容:
#!/bin/bash
#svnserve startup
svnserve -d -r /ysh/svn
更新修改权限:
update-rc.d svnd.sh defaults
ubuntu12.04添加开机启动程序(开机启动svn服务)
标签:style ar color sp on 文件 art bs ef
原文地址:http://my.oschina.net/ysh3940/blog/355028