Changes between Initial Version and Version 1 of Ticket #1282, comment 2


Ignore:
Timestamp:
2010-12-26T02:45:44Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1282, comment 2

    initial v1  
    55
    66Note that changeset [changeset:00aa75d1e8b8b188] moved some of the FUSE-related code from the Mac app to become [source:contrib/fuse/impl_c/blackmatch.py]. For future historians, here are some notes that might be useful:
    7  - when invoked with command-line options, the Mac app would run the {{{tahoe}}} CLI, but with an extra {{{tahoe fuse}}} subcommand. This was implemented at [source:mac/allmydata_tahoe.py@2186#L25].
     7 - when invoked with command-line options, the Mac app would run the {{{tahoe}}} CLI, but with an extra {{{tahoe fuse}}} subcommand. This was implemented at [source:mac/allmydata_tahoe.py@2186#L25]. The {{{tahoefuse}}} module imported there is actually {{{blackmatch.py}}} (copied by the build process).
    88 - the options passed to {{{tahoe fuse}}} by the GUI app when mounting a filesystem are given at [source:src/allmydata/gui/macapp.py@4329#L482].