> -----Mensaje original-----
> De: Konstantinos Pachopoulos [mailto:kostaspaxos@yahoo.gr]
> Enviado el: jueves, 11 de octubre de 2007 11:55
> Para: users@subversion.tigris.org
> Asunto: cannot run subversion as Windows service
>
> Hi,
> i have tried every possible command for running
> Subversion as a service and i get any kind of errors;
> wrong use of the sc command, RPC server problems, etc.
>
> I am based on the sc tool and the following command:
> sc create svn binpath="C:\Program
> Files\Subversion\bin\svnserve.exe --service"
> depend=Tcpip
>
> Can somebody tell me what i am doing wrong?
>
> Thanks
>
>
> ___________________________________________________________
> Yahoo! Answers - Got a question? Someone out there knows the answer.
Try
> it
> now.
> http://uk.answers.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
Hi,
Perhaps if you try:
sc create svn binPath= "\"C:\Program Files\Subversion\bin\svnserve.exe\"
--service depend=tcpip"
HTH,
Xoan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 11 13:10:12 2007