svn: Malformed network data

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

svn: Malformed network data

Post by ^rooker »

[PROBLEM]
Recently, I tried to access a local in-house SVN on our server, and received the following error message - regardless of what action I tried (checkout, update, ...):
svn: Malformed network data
I've tried restarting the inetd on the SVN server, but that didn't help.

[SOLUTION]
The actual repository files were stored on an external harddisk (USB) - and it had been de-attached, so svnserve pointed to a non-existing repository folder.

So, if you run into that error on your own server, check if that the repository data is locally accessible on that machine ;)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply