Subversion reports “Malformed Network Data” when updating repository over Cisco VPN

给你一囗甜甜゛ 提交于 2019-12-10 13:57:41

问题


I am using Cisco VPN (on Windows 7 Ultimate 64bit) to connect to my company network. When I check out svn repositories, I constantly get this error 2 or 3 seconds after downloading some files.

The problem happens on both TortoiseSVN 1.5.9 and SlikSubversion 1.6.17

I noticed that downloading text files like java or xml often causes this problem, but downloading compressed files(jar etc) is fine.

Is my SVN or VPN setting wrong, or is this a network issue? How can I make SVN log more details?

PS: I am not using any SSL proxy in my SVN.


回答1:


There are some reasons , for this , I have seen this happening in windows systems , not in linux ,

  1. if you are using a firewall in your windows machine
  2. Or your antivirus scan the network data ( like kaspersky )

you need to disable/add exception for firewall and disable network data scan in antivirus both while updating or checking out svn repo , this will solve the problem .

You may also have version conflict say your svn is latest and client you use is of lower version .



来源:https://stackoverflow.com/questions/12373067/subversion-reports-malformed-network-data-when-updating-repository-over-cisco

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!