Added a comment

This commit is contained in:
http://joey.kitenet.net/ 2012-02-14 16:58:33 +00:00 committed by admin
parent 33e03d58ae
commit fa7ffd1cc3

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 1"
date="2012-02-14T16:58:33Z"
content="""
Well, it should only move files to `.git/annex/bad/` if their filesize is wrong, or their checksum is wrong.
You can try moving a file out of `.git/annex/bad/` and re-run fsck and see if it fails it again. (And if it does, paste in a log!)
To do that --
Suppose you have a file `.git/annex/bad/SHA256-s33--5dc45521382f1c7974d9dbfcff1246370404b952` and you know that file `foobar` was supposed to have that content (you can check that `foobar` is a symlink to that SHA value). Then reinject it:
`git annex reinject .git/annex/bad/SHA256-s33--5dc45521382f1c7974d9dbfcff1246370404b952 foobar`
"""]]