svnsvnserve

Is there a graceful way to stop svnserve -d


I'm looking for something like:

svnserve stop

Solution

  • The recommended way is to do it is by using the kill command which will allow subversion to shut down properly. I don't think there is any better way to do it.