[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Network error: Software caused connection abort

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 24 Jun 2013 21:33:16 +0200

On 24.06.2013 21:08, Josh Dantzler wrote:
> I was hoping this was not the case as I can not disable/remove my
> antivirus software to see if this is the cause. It is a permanent
> endeavor by the employer.
>
> The only thing I can not understand is why the error does not occur
> when using SmartSVN 7 TortoisePlink? It is still using TortoisePlink
> so the error should occur still right?

SmartSVN is a java app and therefore runs in a different context than a
plain C/C++ app. At least concerning virus scanners.

The error message you get: "Network error: Software caused connection
abort" indicates that the virus scanner forcefully closes the
connection. The fact that if you dismiss the error the operation still
succeeds indicates that this is done when all communication is already done.
I've seen this before with Kaspersky, but with that it didn't help
adding TortoisePlink to the known processes (so it would consider that
as secure).
Maybe it helps with your virus scanner.

>
> Maybe I can go in the code and remove the error prompt since it still
> works after we get the error?

Well, I won't remove the error dialog since in most situations that is a
helpful information for the user.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3058967
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-06-24 21:33:23 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.