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/f2498230-b69b-4dbf-bfcd-013860762e5f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
