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

"Malformed network data" when trying ls over SSH

From: Francois Beausoleil <fbeausoleil_at_ftml.net>
Date: 2003-04-02 22:54:44 CEST

Hi !

I am using Win2k with Cygwin. I installed OpenSSH and I can logon
to the machine using plink.exe from Putty, which is an Open Source
SSH client. I can execute commands, etc. and everything works fine.

My problem is that svn reports an error when it connects to the server.
I guess I did something wrong somewhere, but I do not know where !

Anyway, my first real question is: Should I leave the svnserve process
running as a daemon if I use lib_ra_svn over SSH ? I tried the commands
below both with and without the process running, so it seems it is not
necessary.

Here's the command I use to start the server process:
E:\>svnserve -r r -d

"r" is the name of the folder I want to share as root.

Here's what my servers file looks like:
[groups]
home = localhost

[home]
svn-tunnel-agent = C:\putty\plink.exe

When I try to connect to the machine, I get this message:
C:\DOCUME~1\ADMINI~1\APPLIC~1\SUBVER~1>svn ls svn://localhost/repos
svn: Malformed network data
svn: Malformed network data

I am using Subversion 0.20.0
C:\DOCUME~1\ADMINI~1\APPLIC~1\SUBVER~1>svn --version
svn, version 0.20.0 (r5410)
    compiled Mar 24 2003, 22:54:20

Thanks !
Francois Beausoleil (fbos@users.sourceforge.net)
Developper of Java Gui Builder - http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 2 22:56:46 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.