Start subversion as a service (Windows)
From: Suelmar Castro <suelmar.castro_at_yahoo.com.br>
Date: 2007-02-22 12:45:57 CET
Hello,
I wanna start a svnserve as a service with windows 2003 server.
using this command to create a service: sc create svnserve binpath= "C:\svn-win32-1.4.3\bin\svnserve.exe --service --root E:\1000 - Arquivo\Tecnico\Projetos\Em Desenvolvimento" displayname= "Subversion" depend= tcpip start= auto
but the service doesnt start cause have some blank spaces in the path (E:\1000 - Arquivo\Tecnico\Projetos\Em Desenvolvimento).
then i change the blank spaces for %20, (E:\1000%20-%20Arquivo\Tecnico\Projetos\Em%20Desenvolvimento), its work, now the service started, but my subversion client doesnt see my repository.
What are i doing wrong? can anyone help me?
thanks!
__________________________________________________
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.