When installing subversion as a service, I used this command:
c:\>svnservice -install --daemon --root "c:\documents and settings\my_repository"
And then I got this error:
Could not create service in service control manager.
After looking at some MSDN docs on the service control manager, I tried granting full control to everyone in the permissions on the registry key at HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services, but that hasn't had any effect.
Anybody know what I did wrong, or how to overcome this?
Note #1: I am running as an administrator on this box
Note #2: I was following the instructions given here, so maybe my choice of directory is misguided. And my repository is not actually called "my_repository". I used the name of an actual project which is currently under source control in *gasp VSS.*