summaryrefslogtreecommitdiff
path: root/doc/bugs/import_leaves_empty_directories_behind.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-06-11 19:10:30 +0000
committerGravatar admin <admin@branchable.com>2015-06-11 19:10:30 +0000
commit06d68cddb2e7ef6ac559e4b0d916f521cf0e3bc0 (patch)
treee7ceb4f062908cf23ca713553decc68d8a6bc660 /doc/bugs/import_leaves_empty_directories_behind.mdwn
parentba8639979f6bb89b387eb2438603d086ca3659f6 (diff)
maybe a feature?
Diffstat (limited to 'doc/bugs/import_leaves_empty_directories_behind.mdwn')
-rw-r--r--doc/bugs/import_leaves_empty_directories_behind.mdwn18
1 files changed, 18 insertions, 0 deletions
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?
+
+<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