Kaspersky Anti Virus 6 and Subversion problems
I've spent a good part of my day today in trying to understand why I can't checkout our subversion repository. I was getting this:
svn: REPORT of '/svn/repos/!svn/vcc/default': 400 Bad Requestgoogle searches would make you think it's a proxy issue but I don't use or need one so after a lot of trial and errors I've found out that if you use Kaspersky Anti-Virus 6 it seems that if you use the Web Anti-Virus options with the recommended settings and you have the "Scan HTTP traffic" option on you end up with the problem above. It seems Kaspersky doesn't like the HTTP packets subversion uses so they get blocked. I really like Kaspersky and I recommend it to all but I hope they will address this issue as soon as possible as subversion is becoming the main open source VCS system. Any tips on this issue are welcome.
Comments
got the same problem.
Before reading your blog, my only solution was shutting down KAV 6. A simple but really unscure one. ;-)
So your hint to disable "Scan HTTP traffic" was very helpful, thank you!
I had the same problem with Tortoise SVN and KAV 6. My solution was to add both 'bin\TortoiseProc.exe' and 'bin\TSVNCache.exe' as trusted applications with the option 'Do not scan network traffic'. You can apply these settings in KAV under Settings->Protection->Trusted zone...->Trusted applications.
With tis solution you don't need to turn off 'Scan HTTP traffic"
I have the same error message. I swith off all antyvir's and also switch off firewall. But all this things doesn't help me. Access to repository via https works fine, but http failes (400 bad request). I'm totally exaused...
same problem for me, but when I really close kaspersky, then it works..
Submit your link on indoprolink.com free and no register
Indoprolink.Com Indonesia Profesional Link directory
Thx
I was able to resolve this by disabling file based AV at first. Then looking at Christoph's answer I added those two .exes and check off the don't scan files in addition to the network traffic option
It seems to be working now
The problem was only for large commits really, before this fix I had to break my commits into blocks with < 200 files
if u need complete information aboout anti virus godham, u can find in www.vresco.com
wow i can't believe i spent 10 hours on this problem before finding out it was an issue with kaspersky. thanks much for this post - i found one that was similar but this post & comments helped me get it OFFICIALLY sorted out. much thanks!