flockfs Code
Status: Beta
Brought to you by:
csurendar
File | Date | Author | Commit |
---|---|---|---|
flockfs.xcodeproj | 2010-01-30 | csurendar | [r13] Beta - 2 |
README.txt | 2010-01-30 | csurendar | [r13] Beta - 2 |
ffs.1 | 2009-12-07 | csurendar | [r1] Initial import |
flockfs.c | 2009-12-11 | csurendar | [r8] Should be in reasonable state for a beta-2 |
fuse_fs.c | 2010-01-30 | csurendar | [r12] Beta - 2 |
mystatus.sh | 2010-01-30 | csurendar | [r12] Beta - 2 |
propagate_thr.c | 2010-01-30 | csurendar | [r12] Beta - 2 |
register_thr.c | 2010-01-24 | csurendar | [r11] Adding the hybrid propagation algorithm - pull ... |
regserver.c | 2009-12-08 | csurendar | [r5] Successful migration to Xcode. Incorporated cha... |
regserver.h | 2010-01-30 | csurendar | [r12] Beta - 2 |
util.c | 2010-01-30 | csurendar | [r12] Beta - 2 |
util.h | 2010-01-30 | csurendar | [r12] Beta - 2 |
Instructions for installing flockfs in Mac OSX 1) Install git. http://code.google.com/p/git-osx-installer/ 2) Install MacFUSE. http://code.google.com/p/macfuse/ 3) flockfs uses Xcode. Build flockfs using 'xcodebuild -alltargets'. The executable will be in the build/Debug/ directory. regserver is the wide area name server. 4) Create these directories: mkdir -p ~/.flockfs/git/ mkdir -p ~/.flockfs/logs/ mkdir -p ~/.flockfs/priv/ 5) Inside the priv directory, create a file called 'README_template'. You can leave some default text in this file. 6) The program mystatus.sh can be used to detect whether others had incorporated by updates.