views:

92

answers:

1

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"

+1  A: 

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.

Stefan
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