Is there a graceful way to stop svnserve -d

chickeninabiscuit picture chickeninabiscuit · Dec 2, 2008 · Viewed 43.7k times · Source

I'm looking for something like:

svnserve stop

Answer

Robert Gamble picture Robert Gamble · Dec 2, 2008

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.