summaryrefslogtreecommitdiff
path: root/doc/bugs/import_leaves_empty_directories_behind.mdwn
blob: a2985dd75536d843101f6533914cc02f157507ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### Please describe the problem.

git annex import leaves empties directories behind.

now maybe that's desired, but in this case, why are the *files* gone and not the directories?

### What steps will reproduce the problem?

<pre>
mkdir -p /tmp/foo/bar
touch /tmp/foo/bar/file
git annex import /tmp/foo
[ -d /tmp/foo/bar ] && echo 'fail: directory still there!'
</pre>

### What version of git-annex are you using? On what operating system?

5.20141125

> [[done]] per my earlier comment --[[Joey]]