diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-19 14:56:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-19 14:56:07 -0400 |
commit | 6d4b67cb213ed74661bee8315d0048e99d8ef386 (patch) | |
tree | 9012ea3a9b147b50931fc71d4cab58bce90c2db6 | |
parent | 7e1e41fb62624d8a057d89c997beaa8910308a13 (diff) |
comment
-rw-r--r-- | doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_6_0999f9ec9c3d6f51889141344d4cfcb6._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_6_0999f9ec9c3d6f51889141344d4cfcb6._comment b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_6_0999f9ec9c3d6f51889141344d4cfcb6._comment new file mode 100644 index 000000000..a2e678c1b --- /dev/null +++ b/doc/bugs/after_git_annex_add_and_commit__44___git_annex_fsck_fails:_no_known_copies/comment_6_0999f9ec9c3d6f51889141344d4cfcb6._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2016-02-19T18:52:25Z" + content=""" +Ok, the repository being dead certianly explains why fsck found a problem. + +It may be that fsck should have a better message in this case. Like +"only dead repository had copies of the file". + +Repositories are only ever marked dead on user request. There are a few +ways besides `git annex dead` that you could have done it. Perhaps trying +to delete the repo in the webapp, or changing it in `git annex vicfg`. +You can check out the git-annex branch and examine the history of the +trust.log file to see when it was changed to dead. +"""]] |