#259 closed enhancement (fixed)

cmdline: tahoe mkdir

Reported by: zooko Owned by: warner
Priority: major Milestone: 1.1.0
Component: code-frontend-cli Version: 0.7.0
Keywords: cmdline Cc:
Launchpad Bug:

Description

Make it so that tahoe mkdir can create a directory even if one doesn't exist and print out the resulting directory read-write cap.

Change History (4)

comment:1 Changed at 2008-01-15T21:38:06Z by zooko

  • Component changed from code-frontend to code-frontend-cli

comment:2 Changed at 2008-01-23T02:45:20Z by zooko

  • Milestone changed from 0.7.1 to undecided

comment:3 Changed at 2008-06-01T21:45:29Z by warner

  • Milestone changed from eventually to 1.1.0
  • Owner changed from zooko to warner
  • Status changed from new to assigned

I think this is done.. review and close.

comment:4 Changed at 2008-06-03T00:17:34Z by warner

  • Resolution set to fixed
  • Status changed from assigned to closed

Yup, this works. "tahoe mkdir" creates a new empty unlinked directory. "tahoe mkdir ALIAS:foo" creates a new empty directory and links it as a subdirectory named "foo" of your ALIAS parent directory. Both cases print out the write-cap of the new directory.

Note: See TracTickets for help on using tickets.