From 06d68cddb2e7ef6ac559e4b0d916f521cf0e3bc0 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Thu, 11 Jun 2015 19:10:30 +0000 Subject: maybe a feature? --- doc/bugs/import_leaves_empty_directories_behind.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/import_leaves_empty_directories_behind.mdwn diff --git a/doc/bugs/import_leaves_empty_directories_behind.mdwn b/doc/bugs/import_leaves_empty_directories_behind.mdwn new file mode 100644 index 000000000..a95930dfb --- /dev/null +++ b/doc/bugs/import_leaves_empty_directories_behind.mdwn @@ -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? + +
+mkdir -p /tmp/foo/bar
+touch /tmp/foo/bar/file
+git annex import /tmp/foo
+[ -d /tmp/foo/bar ] && echo 'fail: directory still there!'
+
+ +### What version of git-annex are you using? On what operating system? + +5.20141125 -- cgit v1.2.3