Re: how to stop "svnserve" in daemon mode?
From: Ximon Eighteen <ximon.eighteen_at_int.greenpeace.org>
Date: 2005-09-16 13:48:49 CEST
Leon Zandman wrote:
But be careful if the server is (perhaps unlikely) running more than one
On my flavour of Linux this would work:
ps auxww | fgrep svnserve
Then the number in the second column is the process id, then I can do:
kill <process id> (without the <> brackets)
and in the worst case (e.g. svnserve won't stop after many minutes):
kill -9 <process id>
Ximon
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.