--basedir vs. --node-directory #188
Labels
No Label
0.2.0
0.3.0
0.4.0
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.10.0
1.10.1
1.10.2
1.10a2
1.11.0
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.2.0
1.3.0
1.4.1
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7β
1.8.0
1.8.1
1.8.2
1.8.3
1.8β
1.9.0
1.9.0-s3branch
1.9.0a1
1.9.0a2
1.9.0b1
1.9.1
1.9.2
1.9.2a1
LeastAuthority.com automation
blocker
cannot reproduce
cloud-branch
code
code-dirnodes
code-encoding
code-frontend
code-frontend-cli
code-frontend-ftp-sftp
code-frontend-magic-folder
code-frontend-web
code-mutable
code-network
code-nodeadmin
code-peerselection
code-storage
contrib
critical
defect
dev-infrastructure
documentation
duplicate
enhancement
fixed
invalid
major
minor
n/a
normal
operational
packaging
somebody else's problem
supercritical
task
trivial
unknown
was already fixed
website
wontfix
worksforme
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Reference: tahoe-lafs/trac-2024-07-25#188
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's make both admin commands and fs commands use the same.
Also I believe that some
tahoe
commands accept a final argument to be the basedir, e.g.:tahoe create-client .
tahoe start .
This needs to be documented in the usage strings.
I meant e.g.
The "some of these accept a final argument" issue has been opened as a separate ticket: #772 (tahoe create-key-generator requires -C).
Opinions wanted on:
--basedir
,--node-directory
, or something new like--nodedir
#715 has a patch for this ticket.Use the patch below instead.It adds
-d
/--node-directory
to the node admin commands, with the same meaning as--basedir
.Attachment basedir-node-directory-option-improvements.dpatch (17042 bytes) added
Basedir/node directory option improvements for ticket798 branch. addresses #188, #706, #715, #772, #890. Version 3 (still disentangled from Unicode changes)
In [4614/ticket798]:
In [4649/ticket798]:
CLI: further improve consistency of basedir options and add tests. addresses #188
(the patch description is wrong, it says 'addresses #118')
Fixed on trunk by changeset:f952532f0822fbe7 changeset:54a9ba8232e2b8e9 changeset:a7c474a09893b9aa. NEWS changes were in changeset:0ae556c00ac79d4f changeset:2b15f35b867cebbd.
Leaving open for review.
reviewed (not with 100% care, but...)