diff options
author | http://joey.kitenet.net/ <joey@web> | 2012-02-14 16:58:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-02-14 16:58:33 +0000 |
commit | fa7ffd1cc3e7fb9b79820c82125f10a6349ce901 (patch) | |
tree | 2d711f258a5ade964e3c07c87d360a34f2b4e09d | |
parent | 33e03d58ae2a351b137ca8e32fa704d240e626e0 (diff) |
Added a comment
-rw-r--r-- | doc/forum/fsck_gives_false_positives/comment_1_b91070218b9d5fb687eeee1f244237ad._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/fsck_gives_false_positives/comment_1_b91070218b9d5fb687eeee1f244237ad._comment b/doc/forum/fsck_gives_false_positives/comment_1_b91070218b9d5fb687eeee1f244237ad._comment new file mode 100644 index 000000000..c65eaf51d --- /dev/null +++ b/doc/forum/fsck_gives_false_positives/comment_1_b91070218b9d5fb687eeee1f244237ad._comment @@ -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` +"""]] |