Sharan De Silva
Sharan De Silva

Reputation: 608

svn: E210004: Malformed network data

When I try to checkout project from SVN Repository I'm getting exception as

svn: E210004: Malformed network data

Can anyone please explain the scenario that when it happen, Because it worked fine last time when I tried.

Upvotes: 4

Views: 13131

Answers (3)

aneri
aneri

Reputation: 1

I tried updating the subversion plugin jars inside .jenkins\plugins\subversion\WEB-INF\lib and it worked for me. Find jars in svn.zip on https://youtrack.jetbrains.com/issue/TW-41342

Jenkins version 1.552. Previous svn plugin version 1.54 and updated svn plugin version 1.8

Upvotes: 0

Hominiminim
Hominiminim

Reputation: 530

For me, this was a result of trying to check out a repo that was last committed with an older version of my subversion client. Try matching your svn client version to that used for the most recent commit to this repo.

Once you've reverted to an older version of svn, pull down the repo, now upgrade to the svn version you want, then push a commit to the repo. You should now be able to update and checkout from this repo with your updated version of svn.

Upvotes: 2

bta
bta

Reputation: 45057

This sounds like a problem on the server end. I recommend asking your repository's administrator to look into the problem.

If you're connecting through a VPN, then this question might have some helpful information for troubleshooting.

Upvotes: 0

Related Questions