#890 closed defect (fixed)
Change default --basedir to fall back to ~/.tahoe on Windows if registry entry not present
Reported by: | davidsarah | Owned by: | davidsarah |
---|---|---|---|
Priority: | major | Milestone: | 1.8β |
Component: | code-frontend-cli | Version: | 1.5.0 |
Keywords: | windows basedir | Cc: | |
Launchpad Bug: |
Description
This makes the --basedir behaviour more consistent between Windows and Unix. It shouldn't break existing installations that already have the registry entry set.
Change History (13)
comment:1 Changed at 2010-01-10T06:01:20Z by davidsarah
comment:2 Changed at 2010-01-10T06:04:10Z by davidsarah
- Owner changed from nobody to davidsarah
The meaning of ~, incidentally, is that defined by http://docs.python.org/library/os.path.html#os.path.expanduser
comment:3 Changed at 2010-01-10T06:04:20Z by davidsarah
- Status changed from new to assigned
comment:4 Changed at 2010-01-26T15:38:40Z by zooko
- Milestone changed from 1.6.0 to eventually
comment:5 Changed at 2010-02-01T19:40:55Z by davidsarah
- Milestone changed from eventually to 1.7.0
comment:6 Changed at 2010-02-11T03:00:25Z by davidsarah
- Component changed from unknown to code-frontend-cli
comment:7 Changed at 2010-05-08T20:47:16Z by zooko
Is this ticket ready for review?
comment:8 Changed at 2010-06-12T20:59:09Z by davidsarah
- Milestone changed from 1.7.0 to 1.7.1
comment:9 Changed at 2010-07-17T04:18:03Z by davidsarah
- Milestone changed from 1.7.1 to 1.8β
comment:10 Changed at 2010-07-22T02:11:58Z by davidsarah
'basedir-option-improvements.dpatch' attached to #715 fixes this.
comment:11 Changed at 2010-08-02T04:49:34Z by david-sarah@…
In [4614/ticket798]:
comment:12 Changed at 2010-08-08T01:45:45Z by davidsarah
- Resolution set to fixed
- Status changed from assigned to closed
Applied to trunk in f952532f0822fbe7 54a9ba8232e2b8e9 a7c474a09893b9aa. NEWS changes were in 0ae556c00ac79d4f 2b15f35b867cebbd.
comment:13 Changed at 2010-08-08T01:47:12Z by davidsarah
See #1153 about tests for this change.
Note: See
TracTickets for help on using
tickets.
The diff attached to #715 implements this behaviour.