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

Re: Start subversion as a service (Windows)

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-02-22 14:24:10 CET

On 2/22/07, Suelmar Castro <suelmar.castro@yahoo.com.br> wrote:
> 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.
>

Read the notes on using svnserve as a Windows service -- there is a
paragraph and a sample about spaces in paths (it specifically refers
to spaces in the path to svnserve, but the same idea applies to the
root path):

http://svn.collab.net/repos/svn/trunk/notes/windows-service.txt

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 22 14:24:39 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.