summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkBEmz5XoJVzN0u-0nOtpn7BBBDHsiLmxY <Eric@web>2014-03-15 14:24:27 +0000
committerGravatar admin <admin@branchable.com>2014-03-15 14:24:27 +0000
commit2122608f004318a0297cf0c12551d527c746dfde (patch)
treea8afed3f4a66e74dca85db90461c5349aa8f9139 /doc
parent52a87885ed9568fd3b350cca9a0c7aacb0955ec0 (diff)
initial edit
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/map_error_after_forget.mdwn35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/map_error_after_forget.mdwn b/doc/bugs/map_error_after_forget.mdwn
new file mode 100644
index 000000000..6eb9d85ca
--- /dev/null
+++ b/doc/bugs/map_error_after_forget.mdwn
@@ -0,0 +1,35 @@
+### Please describe the problem.
+I ran forget to clean up dead repos in my map, now map won't run.
+
+
+### What steps will reproduce the problem?
+
+$ git annex forget --drop-dead --force
+....
+$ git annex map
+
+### What version of git-annex are you using? On what operating system?
+
+(xubuntu)
+$ git annex version
+git-annex version: 5.20140306-g6e2e021
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
+local repository version: 5
+supported repository version: 5
+upgrade supported from repository versions: 0 1 2 4
+
+### Please provide any additional information below.
+
+[[!format sh """
+$ git annex map --debug
+map /media/archive/annex ok
+[2014-03-15 09:17:33 CDT] read: git ["config","--null","--list"]
+[2014-03-15 09:17:33 CDT] read: git ["config","--null","--list"]
+[2014-03-15 09:17:33 CDT] read: git ["config","--null","--list"]
+
+git-annex: user error (git ["config","--null","--list"] exited 126)
+failed
+git-annex: map: 1 failed
+"""]]