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

Re: Frequence repository wedges

From: Jason Mills <jmills_at_cs.mun.ca>
Date: 2005-04-22 20:30:34 CEST

Ben Collins-Sussman wrote:
> Firedaemon is like unix inetd, right? It launches svnserve only when a
> connection comes in? In which case, you *don't* want to use the -d
> switch with svnserve. That causes the process to detatch into the
> background.
>
> I suspect what's going on is that firedaemon then loses track of the
> process, thinks it's "dead" and then forcibly kills the process... which
> of course, is guaranteed to wedge a repository. Try either running
> 'svnserve -d' (without using Firedaemon at all), or tell Firedaemon to
> run 'svnserve -r'.
>

Running without -d results in the client displaying the following error:
"Can't connect to host blal: No connection could be made because the
target machine actively refused."

Given that, I suspect -d is required when using FireDaemon and svnserve.

I will try svnserver -d from the command line and see how that works (or
use SVNService as recommended in another post).

Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 22 20:32:29 2005

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.