summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://svario.it/gioele <gioele@web>2014-08-10 15:57:33 +0000
committerGravatar admin <admin@branchable.com>2014-08-10 15:57:33 +0000
commit3e17457e7a18ebf401bfb4b75683597ba99548d5 (patch)
tree46590211a756b19e572509b49d182fc84209d9d9 /doc
parent425730f03a68cfa6a0e43a88c83f3470d8724627 (diff)
Explain the problem better
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/whereis_does_not_work_in_direct_mode.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
index 1dbbbbba7..69302b0b1 100644
--- a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
+++ b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
@@ -1,8 +1,10 @@
### Please describe the problem.
-`git annex whereis` says that there are no copies of any of the files annexed in repositories running in direct mode.
+`git annex whereis` says that there are no copies of any of the files that have been added in repositories running in direct mode.
-This is the error received:
+In other words, if I add a file from PC1 in direct mode, `whereis` in PC2 will fail. Instead, if I add the same file from PC1 in indirect mode, `whereis` in PC2 will work correctly and will report that the file is present in PC1.
+
+This is the error received in PC2:
$ git annex whereis
whereis fileA (0 copies) failed
@@ -81,4 +83,4 @@ echo "Why isn't location info available even after sync? (press Enter)"
### What version of git-annex are you using? On what operating system?
-git-annex version: 5.20140708-g42df533
+git-annex version: 5.20140716-g8c14ba8