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

Re: Deleting trouble

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2003-12-16 10:27:37 CET

Hi Folks,

some more input: Comparing event logs I found out, that when the virus
scanner is disabled, the log output of "svn st -v" and "f5" in the
explorer is exactly the same.

The WC containins a single modified file.

When the Virus scanner is enabled, the sequence shows, that the
directory .svn/tmp is opened twice, but never closed, hence the two
leaking file handles.

I attached a log of the sequence:
- the lines with numbers correspond to the standard sequence, when the
virus scanner is disabled
- the lines without numbers are extra. Note that there are additional
uppercase/lowercase accesses to the file. Who is causing these? SVN in
or McAfee?
- I marked the directory open actions with '-->'. There's no
corresponding close.

I hope this input helps someone to locate the problem.

Cheers
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 16 10:28:18 2003

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

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