Explain the problem better
This commit is contained in:
parent
2fd9518f72
commit
0da82b1d68
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue