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

Re: Can't move temporary on update.

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Sun, 2 Mar 2014 21:22:01 +0100

Guten Tag Stefan,
am Sonntag, 2. März 2014 um 20:23 schrieben Sie:

> Well, if you are sure that the virusscanner is actually causing the
> rename, of course there's little SVN could do about. But then I'd
> find that really odd for a virus scanner[...]

Wouldn't be the first "odd" thing about such software. ;-)

> and wouldn't suspect that it is doing that.
> Is there some code path I'd trace down to confirm it's actually the
> virusscanner causing the rename? Where in the code path would the tmp-file be generated?

I would first try to use Process Monitor to see activity in the file
system, one time with and the other time without Avast or in the
latter case at least with your working copy excluded for Avast. The
MoveFileEx error should be easy to find using ERROR_FILE_NOT_FOUND and
from that point you "just" need to scroll upwards to see if files are
renamed by Avast or such.

Avast will surely not modify Subversions code, but hook Windows
functions instead and that may be hard to debug. I found Process
Monitor really helpful in such cases, that's what it's designed for.

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2014-03-02 21:22:40 CET

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

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