You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Roland Ruedenauer <Ro...@yellow-computing.de> on 2005/02/01 13:07:53 UTC

[PATCH] Win32: Retry file operation after sharing violation caused by AV software

* subversion/libsvn_subr/io.c
  Macro WIN32_RETRY_LOOP: retry after sharing violation

Hello,

Attached is a patch that fixes the problem that our AV software
caused sporadic sharing violation errors during SVN update operation.
The AV software we have in use is G DATA AVK 4.0.
It uses the Kaspersky KAV-engine and the Softwin BD-engine internally.

Regards,
Roland

Re: [PATCH] Win32: Retry file operation after sharing violation caused by AV software

Posted by Branko Čibej <br...@xbc.nu>.
Folker Schamel wrote:

> Branko Čibej wrote:
>
>> Roland Ruedenauer wrote:
>>
>>> * subversion/libsvn_subr/io.c
>>>  Macro WIN32_RETRY_LOOP: retry after sharing violation
>>>
>>> Hello,
>>>
>>> Attached is a patch that fixes the problem that our AV software
>>> caused sporadic sharing violation errors during SVN update operation.
>>> The AV software we have in use is G DATA AVK 4.0.
>>> It uses the Kaspersky KAV-engine and the Softwin BD-engine internally.
>>>
>>> Regards,
>>> Roland
>>>  
>>>
>>
>> Thanks, committed with minor changes in r12983.
>
>
> os_err is set only outside the loop?

You're right, and I'm an idiot. Fixing now. Grrrrr.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Win32: Retry file operation after sharing violation caused by AV software

Posted by Folker Schamel <sc...@spinor.com>.
Branko Čibej wrote:
> Roland Ruedenauer wrote:
> 
>> * subversion/libsvn_subr/io.c
>>  Macro WIN32_RETRY_LOOP: retry after sharing violation
>>
>> Hello,
>>
>> Attached is a patch that fixes the problem that our AV software
>> caused sporadic sharing violation errors during SVN update operation.
>> The AV software we have in use is G DATA AVK 4.0.
>> It uses the Kaspersky KAV-engine and the Softwin BD-engine internally.
>>
>> Regards,
>> Roland
>>  
>>
> 
> Thanks, committed with minor changes in r12983.

os_err is set only outside the loop?

> 
> -- Brane
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Win32: Retry file operation after sharing violation caused by AV software

Posted by Branko Čibej <br...@xbc.nu>.
Roland Ruedenauer wrote:

>* subversion/libsvn_subr/io.c
>  Macro WIN32_RETRY_LOOP: retry after sharing violation
>
>Hello,
>
>Attached is a patch that fixes the problem that our AV software
>caused sporadic sharing violation errors during SVN update operation.
>The AV software we have in use is G DATA AVK 4.0.
>It uses the Kaspersky KAV-engine and the Softwin BD-engine internally.
>
>Regards,
>Roland
>  
>

Thanks, committed with minor changes in r12983.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org