> -----Original Message-----
> From: Julian Foad [mailto:julian.f...@wandisco.com]
> Sent: dinsdag 1 maart 2011 14:34
> To: Bert Huijben
> Cc: 'Branko Čibej'; 'Subversion Development'
> Subject: RE: svn commit: r1073366 - in /subversion/trunk: notes/wc-
> ng/pristine-store subversion/libsvn_wc/wc-queries.sql
> subversion/libsvn_wc/wc_db_pristine.c


> I'm not clear exactly what problem we would avoid by eliminating the
> "select a unique name" step of this process.  Is it what I describe
> below at the end of note [1] - that a scanner might be more likely to
> re-scan the content, and therefore more likely to cause a delay?

No, the problem I try to avoid is
* you create a file
<virus scanner opens the file to verify that it is not a virus>
* you delete the file (after the virusscanner releases the file)
* you rename a file to be at the old location

While we really need something like
* rename to a unique name.
<virusscanner ignores the file, because it was already scanned at the original 
location>

        Bert

Reply via email to