maybe a feature?

This commit is contained in:
https://id.koumbit.net/anarcat 2015-06-11 19:10:30 +00:00 committed by admin
parent cd71f3ece6
commit 728f65858e

View file

@ -0,0 +1,18 @@
### 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