Opened at 2011-01-20T03:32:33Z
Last modified at 2021-03-30T18:40:19Z
#1333 assigned defect
'private/' subdir of BASEDIR should be created during 'tahoe create-alias' and friends — at Initial Version
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | soon |
Component: | code-nodeadmin | Version: | 1.8.1 |
Keywords: | easy | Cc: | |
Launchpad Bug: |
Description
user 'munderwo' on the IRC channel noticed an exception when they manually deleted their ~/.tahoe directory, then re-created it, then ran tahoe create-alias. It complained that the ~/.tahoe/private directory did not exist, which trying to write aliases.tmp.
I suspcet that we create this directory during tahoe create-client, but then assume that it exists later. Instead, if tahoe create-alias notices that it is missing, it should just re-mkdir it.
Note: See
TracTickets for help on using
tickets.