]> dgit.raspbian.org Git - git-annex.git/blob
ebee761167dced59d26ad902c4dc4868d09b9a70
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 3"""
4  date="2021-08-30T16:24:52Z"
5  content="""
6 keysdb error was a reversion in [[!commit f46e4c9b7c]], which reversed some
7 logic and made database reads be treated as database writes, so it failed
8 on permission denied, rather than the right behavior of returning
9 DbUnavailable when it cannot read or the database does not exist yet. 
10
11 Fixed that. It seems to work for me now, both get and drop, and over ssh or
12 direct access to the readonly repository.
13
14 I have not been able to reproduce the other error involving
15 opening a temp file. All I can tell from the message is that it's writing
16 to some file in .git/annex via a temp file in the same directory, but
17 I don't know what file it is trying to write. I've made a change that
18 will include more information in that error message. So either update
19 your build of git-annex, or find a better reproduction recipe for that..
20 """]]