summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-10 15:20:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-10 15:20:03 -0400
commitf7fe5cd59b99cbc1de0b7c74f41b603add94cedd (patch)
tree6d9052ff1c66368cb904e5de3fe4df148716af0a /doc
parent0e4a05b2900c3d247be0c8d7faf9cb61527fd690 (diff)
parent3e17457e7a18ebf401bfb4b75683597ba99548d5 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
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