You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by emani <em...@ua.fm> on 2004/07/18 19:26:19 UTC

svn

Hello! 
I have a problem while trying to connect TortoiseSVN with my repository on the server.
I had run svnserve -dt so it runs as a demon, listening on port 3690(i have also specified this in /etc/services) and requires servers authentification.
When I'm trying to connect via TortoiseSVN it replies: "Malformed network data".
When I'm trying to telnet to 3690 it replies: ( 1 1 ( ANONYMOUS ) ( ) ) and server closes the conection.
Please help me to connect to my repository.
Thank you, Alex



Re: svn

Posted by Greg Hudson <gh...@MIT.EDU>.
> 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