Changes between Initial Version and Version 1 of Ticket #1433, comment 7
- Timestamp:
- 2015-04-11T00:28:02Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1433, comment 7
initial v1 2 2 sounds like we need a simple one line change like this: 3 3 https://github.com/david415/tahoe-lafs/tree/david-1433-1 4 5 Does this satisfy our spec?: 6 https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/proposed/magic-folder/filesystem-integration.rst 7 8 which states that we need to do a full scan of new directories... 9 10 I am wondering what would happen if a user moved a directory tree into the magic folder? 11 Would 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.