Linux 下SVN报错No repository found in 'svn://210.16.191.230/huandong_project'
[root@xxxxxx~]# netstat -apn|grep 3690
tcp 0 0 0.0.0.0:3690 0.0.0.0:* LISTEN 2458/svnserve
[root@xxxxxx~]# ps -aux|grep 3690
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root 8460 0.0 0.0 103256 840 pts/0 S+ 10:18 0:00 grep 3690
[root@xxxxxx~]# ps -aux|grep 2458
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root 8236 0.0 0.0 156996 1012 ? Ss 09:52 0:00 /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid
root 8476 0.0 0.0 103256 840 pts/0 S+ 10:19 0:00 grep 8236
[root@xxxxxx~]# kill -9 2458
[root@xxxxxx~]# ps aux|grep svnserve
root 8506 0.0 0.0 103256 840 pts/0 S+ 10:19 0:00 grep svnserve
[root@xxxxxx~]# svnserve -d -r /opt/svn/repos/
[root@xxxxxx~]# ps aux|grep svnserve
root 8533 0.0 0.0 156996 756 ? Ss 10:20 0:00 svnserve -d -r /shiyu/
root 8549 0.0 0.0 103256 840 pts/0 S+ 10:20 0:00 grep svnserve