From a49d7950e0f0e7f3008540200e0dd6e81727b74d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 05:58:21 +0000 Subject: [PATCH] --- doc/forum/Where_did_my_files_go__63__.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Where_did_my_files_go__63__.mdwn diff --git a/doc/forum/Where_did_my_files_go__63__.mdwn b/doc/forum/Where_did_my_files_go__63__.mdwn new file mode 100644 index 0000000000..c711d496d1 --- /dev/null +++ b/doc/forum/Where_did_my_files_go__63__.mdwn @@ -0,0 +1,18 @@ +I import some files that I've seen before somewhere: + + $ git annex import .../download + import download/What_is_The_Digital_Fiction_Factory-Conker_Media.pdf (duplicate) ok + +But the resulting download directory is empty, and `list` doesn't show the file: + + $ git annex list --allrepos What_is_The_Digital_Fiction_Factory-Conker_Media.pdf + here + |... + |... + |... + |... + |... + |... + git-annex: What_is_The_Digital_Fiction_Factory-Conker_Media.pdf not found + +How do I find out where this file can be found?