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

Re: Connection refused by svnserve

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-09 19:41:22 CET

On Tue, 2003-12-09 at 12:31, olczyk@interaccess.com wrote:

> I'm using the most recent version of Subversion-0.34.0.
>
> I've alternately tried
> svnserve
> svnserve -r /svn

> (which the book claims is the port that svnserve listens on )
>
>

The book also explains that you need to run svnserve as a daemon (-d):

"The alternative is to run svnserve as a standalone daemon. When started
with the -d option, svnserve will immediately detach from the current
shell process, and will execute as a background process which runs
indefinitely, again waiting for incoming requests on port 3690.

$ svnserve -d
$ # svnserve is still running, but the user is returned to the prompt
"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 9 19:42:11 2003

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.