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

[Subclipse-users] Another "svn: Malformed network data" on Commit

From: Thomas Zumbrunn <news_at_botany.ch>
Date: 2006-11-14 22:35:22 CET

Hello

I'm using Subclipse 1.0.3 with Eclipse 3.2.x (3.2.0 and 3.2.1). I've set up a
remote Subversion repository which is accessed by ssh+svn. I'm using the SSH
authorized_keys file to restrict access to the repository and to be able to
handle several users. The entries are of the following form:

command="/usr/local/bin/svnserve -t -r /path/to/my/repos --tunnel-user
thomas",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty
ssh-dss [... public key ...] == thomas@host

Checking out is no problem. But as soon as I want to commit, I get the
following error (Eclipse console):

commit -m "Another commit test with
Subclipse." /path/to/my/workspace/alpecole-test/misc/problems.txt
    Sending /path/to/my/workspace/alpecole-test/misc/problems.txt
    Transmitting file data ...
    svn: Commit failed (details follow):
    svn: Commit failed (details follow):
svn: Malformed network data

The files are transmitted and checked into the repository, but the local
version is not kept in synch, i.e. I have to overwrite the local version with
the HEAD version from the repository to resolve the issue.

I attached the detailed JavaSVN output (javasvn.log), logging level is set to
FINEST. I can't make any sense of the output. Any help is highly appreciated.

The problem must be related to the SSH implemenation in use. Locally, I have
"OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005", remotely it is "Sun_SSH_1.1, SSH
protocols 1.5/2.0, OpenSSL 0x0090704f". The above mentioned problem doesn't
arise when the repository is hosted on a server with the same SSH version as
used locally. Any ideas?

Best regards
Thomas Zumbrunn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org

Received on Tue Nov 14 22:38:09 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.