summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc <Jean@web>2015-05-06 05:58:21 +0000
committerGravatar admin <admin@branchable.com>2015-05-06 05:58:21 +0000
commit8af1723589551ac0cbebbfbdaf8b0487c504d60e (patch)
treee5f72da1b2fbeb365ec4b8354bfed038bf92204a
parent0bb2c27894e9c89543c7cac9e9283bd13437553f (diff)
-rw-r--r--doc/forum/Where_did_my_files_go__63__.mdwn18
1 files changed, 18 insertions, 0 deletions
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 000000000..c711d496d
--- /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?