aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Where_did_my_files_go__63__.mdwn
blob: f7d811d8fa06bb90991e20f1c3a46e405d7d58e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
I import some files that I've seen before somewhere:

    $ git annex import --deduplicate .../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 any of the files:

    $ 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?