I have svn sever on Fedora 12. If I commit to repo from linux machine, if I commit from my MAC laptop all is ok, however when I try to commit from my windows XP laptop png files will not commit, every other file type works on the windows laptop. This is obviously something to do with windows, but I haven't got a clue what!!!!

I have been trying to resolve this for over a week now but with no success.

Error Msg is;

"Could not read status line; An existing connection was forcibly closed by the remote host"

link|improve this question
This might be a firewall issue. If you're on your local network, try disconnecting from the internet, turning off your personal firewall and committing. It might also be a firewall setting on the Linux end? – Pekka Dec 27 '09 at 22:58
If it's a firewall issue, why would all the other file types work. I have openvpn working and the MAC laptop can commit png files from work. The windows laptop is on my LAN but will commit every file type except PNG files – David Dec 27 '09 at 23:00
Oh I overread that part, sorry. I retract my comment. :) – Pekka Dec 27 '09 at 23:02
Does this also occur with a totally fresh repository? Does it also occur with random PNGs downloaded from the Internet? – Pekka Dec 27 '09 at 23:03
Yes I have created a new repository and it still fails, I am trying to commit drupal themes – David Dec 27 '09 at 23:05
show 5 more comments
feedback

1 Answer

Disable your virus scanner. Some of them check network traffic and falsely find 'dangerous' content even in images. They then 'sanitize' that network data packets (i.e., they change it!) and Subversion detects that the data doesn't match anymore.

link|improve this answer
Thanks Stefan and Pekka, it seems that only MacAfee is the issue, if I disable it everythign works OK, I have another machine with Norton Antivirus and that works fine with Antivirus enabled. – David Dec 29 '09 at 12:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.