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

Re: svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-19 04:13:16 CEST

> I had run svnserve -dt so it runs as a demon

"-dt" is contradictory ("run in daemon mode" and "run in tunnel
mode"); given that you actually have something listening on port 3690,
I'm going to guess you meant just -d here.

> When I'm trying to telnet to 3690 it replies: ( 1 1 ( ANONYMOUS ) (
> ) ) and server closes the conection.

What version of the server is this? A modern server should respond
with something more like:

  ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

Even with old server software, I don't know why the server would close
the connection, but I suspect the age of your server (and possibly
client) software is the most likely source of your problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 04:14:01 2004

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.