[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cannot run subversion as Windows service

From: Wayne Cannon <wcannon_at_sonic.net>
Date: 2007-10-12 05:35:09 CEST

You need to quote (with escaped quotes) the command string since it
includes the blank space in "Program Files", e.g.,

sc create svn binpath="\"C:\Program
Files\Subversion\bin\svnserve.exe\" --service"
depend=Tcpip

--Wayne Cannon

Konstantinos Pachopoulos wrote:
> 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
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 12 05:35:26 2007

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.