summaryrefslogtreecommitdiff
path: root/doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn')
-rw-r--r--doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn56
1 files changed, 0 insertions, 56 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
deleted file mode 100644
index 5531a1939..000000000
--- a/doc/bugs/Complete_failure_trying_to_unannex_a_large_annex.mdwn
+++ /dev/null
@@ -1,56 +0,0 @@
-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?
-
-> [[done]]; per my comment this seems like a corrupt git repository.
-> --[[Joey]]