linux 啓動 svn

Linux 中 SVN 重啓關閉

a.啓動SVNhtml

svnserve -d -r /A/B/svn/

   其中 -d 表示守護進程, -r 表示在後臺執行java

   /A/B/svn/ 爲svn的安裝目錄linux

b.關閉SVNsvn

   這裏採起linux殺死進程的方式處理的spa

ps -ef|grep svnserve

   root 4967 1 0 Aug23 ? 00:00:00 svnserve -d -r repository/htm

   這裏 kill -9 4967殺死進程, 此4967爲進程號blog

相關文章
相關標籤/搜索