summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://a-or-b.myopenid.com/ <http://a-or-b.myopenid.com/@web>2013-01-16 23:58:24 +0000
committerGravatar admin <admin@branchable.com>2013-01-16 23:58:24 +0000
commitd1f099f4e72f7ed7c2ee6c37e80c6717cfc983ff (patch)
tree986bca553a0050d39dea389d26c1ff22b613e54d
parentd5279c379b2bdfaf27c835ac738de20395e8b3e1 (diff)
-rw-r--r--doc/bugs/Annex_thinks_file_exists_afer_being_dropped.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/Annex_thinks_file_exists_afer_being_dropped.mdwn b/doc/bugs/Annex_thinks_file_exists_afer_being_dropped.mdwn
new file mode 100644
index 000000000..0f6248d4a
--- /dev/null
+++ b/doc/bugs/Annex_thinks_file_exists_afer_being_dropped.mdwn
@@ -0,0 +1,27 @@
+#### What steps will reproduce the problem?
+
+I've posted some code here:
+ https://gist.github.com/4552036
+
+
+#### What is the expected output? What do you see instead?
+
+I think I've found three bugs. If they aren't bugs then there is a usage issue that could do with some documentation improvements.
+
+Problem 1 - With 3 local annexes git-annex doesn't seem to search properly for them (See code)
+
+Problem 2 - Even after a sync an annex thinks another (local) annex has a file, even after it has been dropped (See code)
+
+SCARY bug - `whereis` seems to think that a locally dropped file still exists (See code)
+
+
+#### What version of git-annex are you using? On what operating system?
+
+git-annex version: 3.20130114
+
+OS: OSX 10.6.8
+
+
+#### Please provide any additional information below.
+
+