maybe a feature?
This commit is contained in:
parent
cd71f3ece6
commit
728f65858e
1 changed files with 18 additions and 0 deletions
18
doc/bugs/import_leaves_empty_directories_behind.mdwn
Normal file
18
doc/bugs/import_leaves_empty_directories_behind.mdwn
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue