This is a good effort and it's always good to see people using a SCM repository as a collaborative document store. Even better that it has such a nice simple command-line.<p>However, all four things that make Dropbox Dropbox for me are missing:<p>* A UI so straightforward that my technophobic mother-in-law (or even a project manager) can use it<p>* Block-level sync (in particular, the rsync algorithm) with server-side dedupe on binary files (git is suboptimal in my experience on large binaries, and it's unclear whether this project resolves the issue). Incidentally, integrating that with simple versioning behaviour is what lifts dropbox into the "Ooh, clever, I see what you did there" category for me.<p>* Local-area peer-to-peer sync.<p>* Click-to-share instant access granting.<p>Building an open-source tool that has all four is on my to-do list. Unfortunately it's quite far down that list. Anyone else having a crack at it?