diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-07-28 22:47:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-28 22:47:54 +0000 |
commit | f3a5af7c644cc3bbaecffc556aed4c458015b54d (patch) | |
tree | e86c74a882edce92996498eeece242860e94d4cb /doc/bugs | |
parent | 79342bc9f669527ba5c9122884d0f6cd5f3917ce (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/direct_command_leaves_repository_inconsistent_if_interrupted.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/direct_command_leaves_repository_inconsistent_if_interrupted.mdwn b/doc/bugs/direct_command_leaves_repository_inconsistent_if_interrupted.mdwn index c526eaa56..b139771d8 100644 --- a/doc/bugs/direct_command_leaves_repository_inconsistent_if_interrupted.mdwn +++ b/doc/bugs/direct_command_leaves_repository_inconsistent_if_interrupted.mdwn @@ -21,3 +21,16 @@ Observe how a lot of files are now considered to be in the famous [[typechange s I wish i could resume the `git annex direct` command, but this will do a `git commit -a` and therefore commit all those files to git directly. It still seems to me that `git annex` should never run `git commit -a` for exactly that kind of situations. I think that's it for now. -- [[anarcat]] + +Update: i was able to get rid of the `typechange` situation by running `git annex lock` on the repository, but then all files are found to be missing by `git annex fsck`: + +[[!format txt """ +fsck films/God Hates Cartoons/VIDEO_TS/VTS_15_0.BUP (fixing location log) + ** Based on the location log, films/God Hates Cartoons/VIDEO_TS/VTS_15_0.BUP + ** was expected to be present, but its content is missing. + + Only 1 of 2 trustworthy copies exist of films/God Hates Cartoons/VIDEO_TS/VTS_15_0.BUP + Back it up with git-annex copy. +"""]] + +Yet the files are present in .git/annex/objects... |