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

Re: Installing svnserve as service under Windows NT/2K/XP

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-04-11 18:18:21 CEST

Michael Reitz wrote:

>I wanted to install svnserve.exe as service on my W2K Sp3 machine.
>I used XNET (by Ruud van Velsen) for installing it as a service with the
>following command line: C:\Subversion\svnserve.exe -d
>
>However, I didn't manage to successfully start svnserve as service (even
>when running it with an user account).
>Isn't it possible to run svnserve as a service?
>
>

i doubt anyone but you has tried it.

even if you do get it running though, you will have problems, as
svnserve is completely single threaded under windows (since windows
lacks fork, and svnserve currently depends on fork for handling multiple
concurrent accesses). this is especially problematic since there are
some svn operations that require multiple connections to the server in
order to function, and thus they won't work at all.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 11 18:19:56 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.