Changes between Initial Version and Version 9 of Ticket #2427


Ignore:
Timestamp:
2015-06-01T16:54:54Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2427

    • Property Component changed from unknown to code-frontend-drop-upload
    • Property Summary changed from handle case when directory is removed from drop upload directory to Magic Folder on Linux: handle case when directory is removed from monitored directory
    • Property Owner changed from daira to dawuud
    • Property Milestone changed from undecided to 1.11.0
    • Property Keywords test-needed otf-magic-folder-objective4 added
  • Ticket #2427 – Description

    initial v9  
     1We need to handle the case where a directory is removed or moved out of the monitored local directory.
    12
    2 We need to handle the case where a directory is removed or moved out of the drop uploader directory. Specifically this case needs to be specially handled only when the sub-directory was moved into the drop uploader directory and a inotify watch for that sub-directory was added. Further investigation is needed to determine the proper way to remove this inotify watch.
     3~~Specifically this case needs to be specially handled only when the sub-directory was moved into the drop uploader directory and a inotify watch for that sub-directory was added. Further investigation is needed to determine the proper way to remove this inotify watch.~~
    34
    4 So far it seems that we will respond to either the `IN_DELETE_SELF` or `IN_MOVE_SELF` events for each of these sub-directory inotify "watches".
     5~~So far it seems that we will respond to either the `IN_DELETE_SELF` or `IN_MOVE_SELF` events for each of these sub-directory inotify "watches".~~