Oren Cohen <oren.co...@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*

Reply via email to