diff options
author | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web> | 2013-03-04 04:44:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-04 04:44:18 +0000 |
commit | 51c84ffec5c1ed83acfab2f097aa9ca0305dd5a5 (patch) | |
tree | 3b6b3b739ed46717b493d6d70fd9a35ca77d820e | |
parent | 7e0dd5731ca7f22051019b7c5c6e71aedaa9e5fd (diff) |
-rw-r--r-- | doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn b/doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn new file mode 100644 index 000000000..b59dd8b5d --- /dev/null +++ b/doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn @@ -0,0 +1,53 @@ +I really don't know what's happened here, I just did `git annex unannex .` in a very large annex: + + unannex Inbox/Lolcat.JPG (Recording state in git...) + ok + unannex Inbox/Lolcat.jpg (Recording state in git...) + ok + unannex Inbox/May 2012 Photo Stream/120502_0004.JPG (Recording state in git...) + ok + unannex Inbox/May 2012 Photo Stream/120518_0005.JPG (Recording state in git...) + ok + unannex Inbox/May 2012 Photo Stream/120523_0006.JPG (Recording state in git...) + ok + unannex Inbox/May 2012 Photo Stream/120523_0007.JPG (Recording state in git...) + ok + unannex Inbox/My boyfriend of 7 years and I are both physicists. Here's how he proposed to me. - Imgur.jpg (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121102_0035.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121102_0036.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121102_0037.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121102_0038.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121102_0039.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121103_0040.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121104_0041.JPG (Recording state in git...) + ok + unannex Inbox/Nov 2012 Photo Stream/121105_0042.JPG (Recording state in git...) + error: bad index file sha1 signature + fatal: index file corrupt + git-annex: failed to read sha from git write-tree + git-annex: git commit [Param "-q",Params "-m",Param "content removed from git annex",Param "--",File "Inbox/Nov 2012 Photo Stream/121105_0042.JPG"] failed + Vulcan:~/Pictures $ ga unannex . + unannex Inbox/Nov 2012 Photo Stream/121109_0043.JPG error: bad index file sha1 signature + fatal: index file corrupt + + git-annex: fd:12: hClose: resource vanished (Broken pipe) + failed + git-annex: pre-commit: 1 failed + git-annex: git commit [Param "-q",Params "-m",Param "content removed from git annex",Param "--",File "Inbox/Nov 2012 Photo Stream/121109_0043.JPG"] failed + Vulcan:~/Pictures $ ga -F unannex . + unannex Inbox/Nov 2012 Photo Stream/121124_0044.JPG error: bad index file sha1 signature + fatal: index file corrupt + + git-annex: fd:12: hClose: resource vanished (Broken pipe) + failed + git-annex: pre-commit: 1 failed + git-annex: git commit [Param "-q",Params "-m",Param "content removed from git annex",Param "--",File "Inbox/Nov 2012 Photo Stream/121124_0044.JPG"] failed + +I guess now I'll just try to unlink the symlinks by hand, and drop the `.git` directory? |