diff options
-rw-r--r-- | doc/bugs/whereis_does_not_work_in_direct_mode.mdwn | 8 |
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 |