Recursively copying a directory into itself results in endless operation #83

Open
opened 2014-03-10 01:48:00 -07:00 by silverwind · 0 comments
silverwind commented 2014-03-10 01:48:00 -07:00 (Migrated from github.com)

Is this expected behaviour?

When copying /dir to the destination /dir/dir, I get a endless stream of sub-folders created, like /dir/dir/dir/dir, and the operation runs until the disk is full. It seems both sync and async versions are showing this behaviour.

Is this expected behaviour? When copying `/dir` to the destination `/dir/dir`, I get a endless stream of sub-folders created, like `/dir/dir/dir/dir`, and the operation runs until the disk is full. It seems both sync and async versions are showing this behaviour.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#83
No description provided.