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

Re: svn: Malformed network data

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 18 Jun 2015 10:45:40 +0100

Oren Cohen <oren.cohen_at_accedo.tv> writes:

> I am running subversion-1.6.11-12.el6_6.x86_64 on centos 6.4. When
> running “svn st -u” I get: svn: Malformed network data
>
> svnserve is running as a service with —daemon and is listening
> according to netstat -a.
>
> tcp 0 0 *:svn *:* LISTEN

That tells you something is listening but it may not be svnserve, you
need to look at the network traffic. Use netcat/telnet on the server
and run "nc localhost svn" or "telnet localhost svn" and you should see
something like:

   ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) )

If you get something like that then you need to look at the traffic when
running "svn st". Some ways to do that are here:

http://subversion.apache.org/docs/community-guide/debugging.html#net-trace

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-06-18 11:45:56 CEST

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.