Changes between Version 1 and Version 8 of Ticket #2455


Ignore:
Timestamp:
2015-07-07T18:57:32Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2455

    • Property Owner changed from daira to dawuud
    • Property Type changed from defect to task
    • Property Summary changed from Magic Folder: add magic folder join commandline tool to Magic Folder: add join commandline tool
  • Ticket #2455 – Description

    v1 v8  
    11
    2 For "tahoe magic-folder join INVITATION LOCAL_DIR" :
     2For `tahoe magic-folder join INVITATION LOCAL_DIR` :
    33
    441. Parse '''INVITATION''' as '''COLLECTIVE_READCAP|CLIENT_WRITECAP'''.
    5 2. Write '''CLIENT_WRITECAP''' to the file '''magic_folder_dircap'''
    6    under the client's '''private''' directory.
    7 3. Write '''COLLECTIVE_READCAP''' to the file '''collective_dircap'''
    8    under the client's '''private''' directory.
    9 4. Edit the client's '''tahoe.cfg''' to set
    10    '''[magic_folder] enabled = True''' and
    11    '''[magic_folder] local.directory = LOCAL_DIR'''.
     52. Write '''CLIENT_WRITECAP''' to the file `magic_folder_dircap`
     6   under the client's `private` directory.
     73. Write '''COLLECTIVE_READCAP''' to the file `collective_dircap`
     8   under the client's `private` directory.
     94. Edit the client's `tahoe.cfg` to set
     10   `[magic_folder] enabled = True` and
     11   `[magic_folder] local.directory = LOCAL_DIR`.