Changes between Initial Version and Version 1 of Ticket #1433, comment 7


Ignore:
Timestamp:
2015-04-11T00:28:02Z (10 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1433, comment 7

    initial v1  
    22sounds like we need a simple one line change like this:
    33https://github.com/david415/tahoe-lafs/tree/david-1433-1
     4
     5Does this satisfy our spec?:
     6https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/proposed/magic-folder/filesystem-integration.rst
     7
     8which states that we need to do a full scan of new directories...
     9
     10I am wondering what would happen if a user moved a directory tree into the magic folder?
     11Would the subdirectories be scanned? It looks like to me they would not be. If this is the case then maybe we'll have to not use the `autoAdd` feature.