Blogger Information
Blog 20
fans 1
comment 1
visits 30585
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
CentOS下SVN服务的启动与关闭
大瓶可乐
Original
1300 people have browsed it
启动SVN服务:
svnserve -d -r /home/svn

/home/svn 为版本库的根目录;

关闭SVN服务:
使用以下命令查找进程
ps aux | grep svn

# ps aux | grep svn
root     64434  0.0  0.0 181584  1120 ?        Ss   02:01   0:00 svnserve -d -r /home/svn
root     64481  0.0  0.0 103256   848 pts/1    S+   02:03   0:00 grep svn

使用Kill命令杀死进程
kill -s 9 64434

64434为进程ID


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post