[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: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2003-03-26 02:14:55 CET

> > 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.

Hmmm....it's clearly there, listening on the port. Unfortunately the client
doesn't seem to interact with it.
Running 0.20 on client and server.

Transcript--
Server (repository located at E:\SourceRepository):
E:\>svnserve -d
(continues running until I hit Ctrl-C; no output)

Client:
C:\source> svn co svn://dev-02/SourceRepository/main/really/small/directory
testing
(client hangs; cannot be interrupted by Ctrl-C)

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