# 创建SVN版本库
mkdir -p /opt/svn/zb4.jt018.com/
svnadmin create /opt/svn/zb4.jt018.com/
# 配置svnserve.conf文件
vim /opt/svn/zb4.jt018.com/conf/svnserve.conf
# 杀死svn进程
pkill -9 svn
# 用3690端口启动svn
/usr/bin/svnserve -d --listen-port 3690 -r /opt/svn --log-file=/opt/svn/svn.log --pid-file=/opt/svn/svn.pid
# 用3691启动svn
/usr/bin/svnserve -d --listen-port 3691 -r /opt/svn --log-file=/opt/svn/svn.log --pid-file=/opt/svn/svn.pid
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。