Hmm, I see, indeed I read it wrong. Any idea why the event that actually created the file show up in the monitor? maybe I messed up the filter... I filtered by path = "D:\Unity-source\etc".
Le vendredi 17 novembre 2017 16:01:42 UTC+1, Stefan a écrit : > > > > On Friday, November 17, 2017 at 3:41:45 PM UTC+1, Benoit Fouletier wrote: >> >> Well, the timings are suspicious though aren't they? TSVNCache.exe is the >> very first one to query that path, then right after explorer.exe does the >> creation. >> Since Tortoise is hooked into the explorer, I figured it might be >> creating the actual file on its behalf? Could be wrong though, I have no >> idea how such hooks work :) ! >> > > explorer does not create the folder either. Yes, it's a CreateFile call, > but only with read attributes and with "list" access, i.e. explorer tries > to list the files inside it. > And the TSVNCache process monitors the file system for changes, and if it > detects a change it determines whether it should query those changes to > update the overlays. > Also: the folder was created at 14:31:23, but the cache process accesses > it at 14:32:48, so there's quite some time between the creation and when > the cache queries it. > > Stefan > > > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/965275ab-24e1-4c88-8a40-dca9c145aaac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
