On Mon Nov 4 22:28:36 2024 +0000, Hans Leidekker wrote:
Opening the local copy read-write may be needed to apply patches, I'm not sure.
That would be something we don't have tests for then, a bit difficult to deal with. Problem is that a file that is opened read/write (shared) can't opened readonly again, but in this case it can be opened readonly. So either we need to open it readonly to begin with (current state), or maybe open it read/write and handle it as readonly internally. Not sure how to test what windows does though.