linux下重启svn
实现:
ps -ef|grep svnserve
直接kill -9 $pid
启动:
svnserve -d -r /www/svndata
?
linux之svn启动和停止
原文:http://snv.iteye.com/blog/2251136