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.
I noticed that SVN works well until I restart my machine (Mac OS X). Then, when I do svn checkout svn://10.0.0.9/testA, I get the error svn: No repository found in 'svn://10.0.0.9/testA'.
svn info produces the following:
Path: .
URL: …
I need to copy the existing SVN repository from one development server to another. Per my understandings, I have come up with the steps. It would be great if someone can verify and let me know if I have missed …