Opened at 2015-10-05T11:07:00Z
Closed at 2015-10-26T08:39:46Z
#2516 closed defect (fixed)
Magic-Folder: downloader must ensure parent directory exists
Reported by: | dawuud | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.10.1 |
Keywords: | magic-folder, downloader | Cc: | daira, meejah |
Launchpad Bug: |
Description
The downloader needs to potentially create directories when requested to download either directories or files needing to be written to not yet created directories.
Change History (4)
comment:1 Changed at 2015-10-05T11:08:05Z by dawuud
comment:2 Changed at 2015-10-11T20:35:08Z by daira
Reviewed, +1 (but please file a ticket about the permissions).
comment:3 Changed at 2015-10-14T11:19:16Z by dawuud
yes... the permissions ticket is here https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2535
comment:4 Changed at 2015-10-26T08:39:46Z by dawuud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in my dev branch: https://github.com/david415/tahoe-lafs/tree/2438.magic-folder-stable.3
https://github.com/david415/tahoe-lafs/commit/795dd7f700b6a86bd5bf31a2f00a76a2dc74bb23
please review.