[root@iZ286290rd2Z /]# ps auxww | grep svn root 8850 0.0 0.0 166316 824 ? Ss Jan22 0:00 svnserve -d -r /data/svn/ root 18937 0.0 0.0 110220 888 pts/1 S+ 10:21 0:00 grep --color svn [root@iZ286290rd2Z /]# kill kill killall killall5 [root@iZ286290rd2Z /]# kill 8850 [root@iZ286290rd2Z /]# ps auxww | grep svn root 18973 0.0 0.0 110216 888 pts/1 S+ 10:21 0:00 grep --color svn [root@iZ286290rd2Z /]# svnserve -d -r /data/svn/ [root@iZ286290rd2Z /]# ps auxww | grep svn root 18984 0.0 0.0 166320 684 ? Ss 10:21 0:00 svnserve -d -r /data/svn/ root 18995 0.0 0.0 110216 888 pts/1 S+ 10:21 0:00 grep --color svn [root@iZ286290rd2Z /]#
处理过程。重启svn进程