Thoughts and Ideas about RubyDrop, An Open-Source Alternative to Dropbox
blog.meltingice.net
Thoughts and Ideas about RubyDrop, An Open-Source Alternative to Dropbox
1–4 of 4 posts
Re: Thoughts and Ideas about RubyDrop, An Open-Source Alternative to Dropbox
#2On an unrelated note, I'd like to point out that the divider between the blue/white sections of the page does not move when you scroll horizontally, meaning half the article text is covered when I scroll horizontally to try to get all the text in view (the page is too wide for my screen).
Re: Thoughts and Ideas about RubyDrop, An Open-Source Alternative to Dropbox
#3Git doesn’t implement any way to watch the repository and emit events when changes occur.
What wrong with hooks[1]?
Re: Thoughts and Ideas about RubyDrop, An Open-Source Alternative to Dropbox
#4Git doesn’t implement any way to watch the repository and emit events when changes occur. What wrong with hooks[1]? [1] http://progit.org/book/ch7-3.html
AFAIK, hooks are only for git events, not filesystem events. He's probably looking for something like inotify, it sounds like.