I went through this tutorial to setup subversion on my windows 7 laptop, which I did successfully. However, I tried to add in the subclipse client plugin for Eclipse Indigo and ran into an issue where I couldn't connect to the repository.
So, I uninstalled everything and then tried to reinstall it again. I used "sc delete svnserver and sc delete SVNService" to delete the windows service as part of the uninstall process.
I got to the point where I ran this create server command successfully: sc create svnserver binpath= "c:\svn\bin\svnserve.exe --service -r c:\svn\repository" displayname= "Subversion" depend= Tcpip start= auto
However, now I'm getting this error when I try to start the server: C:>net start svnserver System error 2 has occurred either from the command line or from trying to start it from the windows service console.
Does anyone know how to resolve this issue?
Aftermath: I think the underlying issue was how to clean everything up after a failed install, but going to a different svn version address that.