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

Re: svnserve on Windows

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-03-26 01:43:43 CET

On Tue, 2003-03-25 at 19:46, John Barstow wrote:
> Simply running the server with no arguments does not appear to start
> listening on a port. And there appears to be extremely sparse documentation
> for the various flags.

Try running it with the -d flag.

Unfortunately, on Windows svnserve is single-threaded, because Windows
doesn't have fork() and the code hasn't been written to use threads when
fork isn't available. Most operations will work, but "merge" and some
"diff" operations will not, because they require two concurrent
sessions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 01:49:14 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.