You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
This fails to move /tmp/test_trash/a to /tmp/test because /tmp/test/aalready exists. Weirdly, it then goes on to successfully move/tmp/test_trash/a/b to /tmp/test/b. If we don't make the /tmp/test/a directory, this works as expected, creating /tmp/test/a/b.
The text was updated successfully, but these errors were encountered:
daveFNbuck
added a commit
to daveFNbuck/snakebite
that referenced
this issue
Oct 16, 2017
As in spotify#232, continuing mv after an error can have unexpected bad
results. By stopping the mv, we leave it up to the user how to resolve
the situation.
daveFNbuck
added a commit
to daveFNbuck/snakebite
that referenced
this issue
Oct 16, 2017
As in spotify#232, continuing mv after an error can have unexpected bad
results. By stopping the mv, we leave it up to the user how to resolve
the situation.
Script to trigger this:
This fails to move
/tmp/test_trash/a
to/tmp/test
because /tmp/test/aalready exists. Weirdly, it then goes on to successfully move
/tmp/test_trash/a/bto /tmp/test/b
. If we don't make the/tmp/test/a
directory, this works as expected, creating/tmp/test/a/b
.The text was updated successfully, but these errors were encountered: