Linux 下SVN報錯No repository found in 'svn://121.40.139.112/pc/manager/trunk'__Linux

來源:互聯網
上載者:User

報這個錯誤原因是因為啟動SVN服務時指定的倉庫路徑不對,把原來的進程kill掉,再重新指定正確的倉庫根目錄就行


[root@xxxxxx~]# netstat -apn|grep 3690
tcp        0      0 0.0.0.0:3690                0.0.0.0:*                   LISTEN      8236/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 8236
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 8236
[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 /shiyu/
[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

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.