3 subject="""comment 3"""
4 date="2021-08-30T16:24:52Z"
6 reversion in [[!commit f46e4c9b7c]], which reversed some logic and made
7 database reads be treated as database writes, so they failed on permission
8 denied, rather than the right behavior of returning DbUnavailable. Fixed that.
10 I have not been able to reproduce the other error involving
11 opening a temp file. All I can tell from the message is that it's writing
12 to some file in .git/annex via a temp file in the same directory.