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

Re: Newbie: running svnserve on win32 as a service

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-04-24 19:26:29 CEST

On Thu, 2003-04-24 at 12:41, Olivier Lange wrote:
> I then tried to wrap svnserver with FireDaemon to start it automatically
> with the server. I used the same command, but did not manage to get it
> working.

I can't help with this, unfortunately; I know nothing about FireDaemon.
But I can answer some other questions:

> When I start svnserve on the command line with svnserve -r, it does not
> accept any connection.
>
> > svnserve -r f:\database\svnroot
> ( 1 1 ( ANONYMOUS ) ( ) )
>
> > svn list svn://localhost
> svn: Can't connect to host 'localhost'
>
> What is this mode for (without the -d switch)? Is it only working for Unix?

Yes, basically. With no arguments, svnserve behaves appropriately for
being run out of inetd or xinetd.

> I also read that svnserve does not fork() on win32 and therefore would not
> allow to run 'svn diff' and 'svn merge' commands. Is it definitely not
> recommended to run svnserve on a win2000 server or might it fork() some day
> and run as fine as on Unix?

Only some diff operations are affected.

You can't really fork on Windows. Some day svnserve might use threads
when it can't fork. I'm not sure when that day might come.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 24 19:33:36 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.