]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/impl_c: move mac tahoefuse impl out into contrib/fuse
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 01:42:14 +0000 (18:42 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 01:42:14 +0000 (18:42 -0700)
commit00aa75d1e8b8b1880f415b3901ba5bb57466da80
tree41de1f4452428e70ad0234077ac6ab904937411b
parent4d9f499de149b35ba3a11741dacbb8a9423dded7
fuse/impl_c: move mac tahoefuse impl out into contrib/fuse

For a variety of reasons, high amongst them the fact that many people
interested in fuse support for tahoe seem to have missed its existence,
the existing fuse implementation for tahoe, previously 'mac/tahoefuse.py'
has been renamed and moved.

It was suggested that, even though the mac build depends upon it, that
the mac/tahoefuse implementation be moved into contrib/fuse along with
the other fuse implementations.  The fact that it's not as extensively
covered by unit tests as mainline tahoe was given as corroboration.

In a bid to try and stem the confusion inherent in having tahoe_fuse,
tfuse and tahoefuse jumbled together (not necessarily helped by
referring to them as impl_a, b and c respectively) I'm hereby renaming
tahoefuse as 'blackmatch'  (black match is, per wikipedia "a type of
crude fuse" hey, I'm a punny guy)  Maybe one day it'll be promoted to
be 'quickmatch' instead...

Anyway, this patch moves mac/tahoefuse.py out to contrib/fuse/impl_c/
as blackmatch.py, and makes appropriate changes to the mac build process
to transclude blackmatch therein.  this leaves the extant fuse.py and
fuseparts business in mac/ as-is and doesn't attempt to address such
issues in contrib/fuse/impl_c.

it is left as an exercise to the reader (or the reader of a message
to follow) as to how to deal with the 'fuse' python module on the mac.

as of this time, blackmatch should work on both mac and linux, and
passes the four extant tests in runtests.  (fwiw neither impl_a nor
impl_b have I managed to get working on the mac yet)

since blackmatch supports a read-write and caching fuse interface to
tahoe, some write tests obviously need to be added to runtests.
Makefile
contrib/fuse/impl_c/blackmatch.py [new file with mode: 0644]
contrib/fuse/runtests.py
mac/Makefile
mac/tahoefuse.py [deleted file]