Recursive copy: build operations up-front #9

Open
opened 2018-08-15 14:59:31 +00:00 by hasufell · 0 comments
Owner

This could improve reliability:

  • traverse the whole tree, build necessary operations as a data structure
  • allow the user to review the operations, might also fix #2
  • carry the operations out, ignoring changes to the filesystem during the recursive operation
This could improve reliability: * traverse the whole tree, build necessary operations as a data structure * allow the user to review the operations, might also fix #2 * carry the operations out, ignoring changes to the filesystem during the recursive operation
hasufell added the
enhancement
feature
labels 2018-08-15 14:59:47 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
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: hasufell/hpath#9
No description provided.