directory, webdav: Fix bug introduced in version 4.20131002 that caused the chunkcount file to not be written. Work around repositories without such a file, so files can still be retreived from them.

This commit is contained in:
Joey Hess 2013-10-26 15:03:12 -04:00
parent 06ea92282f
commit 5756636486
5 changed files with 42 additions and 7 deletions

View file

@ -67,3 +67,8 @@ fsck webdav again, now all is fine ("fixing location log"):
10672 open("/media/1und1/git-annex/dcf/85a/GPGHMACSHA1--10ff9e1cc8191235670c2fd95375bccf62004f33/GPGHMACSHA1--10ff9e1cc8191235670c2fd95375bccf62004f33.chunk1", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_LARGEFILE) = 20
# End of transcript or log.
"""]]
> There was a bug that caused it not to write the chunkcount file.
> I have fixed it, and put in a workaround so fsck, etc, will
> see that the file is stored on the remote despite there being no
> chunkcount file present. [[done]] --[[Joey]]