Some mention of hosting this on GitHub and BitBucket here. I can't imagine Git-As-A-Service providers would be thrilled with this kind of application, it will completely hammer their services compared to the occasional commits and pulls that occur with a code base.
It will probably update their conditions if they don't already preclude it. Or maybe they will embrace it with a premium pricing plan. I certainly wouldn't count on hosting this against BitBucket's free plan.
It gets only worse when you keep adding more binary files. After doing this for while your repo will not work unless you pack it, which will take horrific times. If it will succeed: my git was 'surprisingly' segfaulting when trying to acquire 16Gb of ram at once during pack operation. (I was trying to keep RAW-photos synced, git stopped working when there was about 4Gb of files stored.)
Git is made and optimized for text files, no big surprise that it doesn't cope very well with binaries.
Sure, if you do this the naive way (map files onto the git repo 1:1).
I don't know how this project is doing it, but adding a buffering/sharding layer for large files would alleviate this problem at the cost of worse delta compression (among other things).
That said, I still don't think git is necessarily the best platform to base a Dropbox alternative upon, but the commit resource hogging is very fixable.
Just curious - why are there so many Dropbox alternative posting lately? Is re-doing an already elegant solution really a top priority for people? I haven't looked at this post at all (so I'm not trying to make any judgement on it), I'm just curious as to why so many people are interested in making Dropbox alternatives lately.
One reason may be that it actually has interesting engineering aspects. The other one may have to do with some sort of self-validation: "Hey, Dropbox is a massive success, can I build something like this?". It's what usually happens to popular services like Twitter, GitHub - they all have had numerous "me too" attempts.
The alternatives try to address the biggest problem of Dropbox: the Dropbox company knows the content of my files. That in turn means that various US agencies can browse and analyze my files without my knowledge, approval and a warrant.
I think it's part of a general push by the bleeding edge away from hosted-cloud solutions and towards controlling bits of the stack themselves. dropbox is a good candidate for replacement because storing a few personal documents to sync with your various devices sounds like something you should be doing for yourself, unlike, say, email which is manifestly harder to do right.
Just want to add a quick comment about our goals for gitdocs. Obviously this was never intended to be a 'dropbox-killer', in fact at Miso we actually use both. Dropbox for videos, large binary files, business and legal files.
Instead we use gitdocs for storing our "docs": Task lists, wiki, planning, collaborative design, note taking, code snippets et al. And the gitdocs web front-end (http://imgur.com/eaTTY) is optimized for that since it renders wiki pages (formatted markdown/textile), has full code syntax highlighting, file search, revision history and a rich text editor.
Dropbox wins on UX, which is where FOSS fails almost every time. A quick way to know whether such projects will fail: if they mention anything about the technologies used. Making it obvious to use and "just work" is what is needed.
I think it's pretty obvious that this isn't intended, at least in it's current incarnation, to be a dropbox-killer. It doesn't need to pander to the same audience.
"dares to mention technologies used" is only a killer for a subset of all possible audiences. For example, knowing that Git is hacked together with C and bash doesn't make it any less useful to me (ie, someone who isn't afraid of computers)
So, Windows support then? And most mobile devices will be able to access the files through the browser, no need for a client to do that, like with Dropbox.
I love the idea and the hackyness over it all. Love it!
It's neat because it can be used on top of git without any additional effort but it'd be more interesting to see something that leverages git's server-side post-push hook to notify the other clients about changes. gitdocs, depending on the polling interval, either has an increased probability of causing merge conflicts or does a crazy amount of git pulls.
A comparable alternative is never going to free for everyone. Someone has to pay the Amazon fees for S3 use. Isn't it true that the few Dropbox users who do pay for it support all the ones who do not?
Hah, I've done something similar to this, except it uses SVN. Cross platform too! But you know what sucked? Performance. SVN is slooowwwww when it came to binary files.
This was posted here a few weeks ago, but at the time it was Mac-only. Now it works on Mac, Linux, and Windows. I assume this is the reason for the re-post.
[+] [-] mmahemoff|14 years ago|reply
It will probably update their conditions if they don't already preclude it. Or maybe they will embrace it with a premium pricing plan. I certainly wouldn't count on hosting this against BitBucket's free plan.
[+] [-] hemancuso|14 years ago|reply
Git is a great idea for this, but in practice it performs terribly.
[+] [-] Orva|14 years ago|reply
Git is made and optimized for text files, no big surprise that it doesn't cope very well with binaries.
[+] [-] Animus7|14 years ago|reply
I don't know how this project is doing it, but adding a buffering/sharding layer for large files would alleviate this problem at the cost of worse delta compression (among other things).
That said, I still don't think git is necessarily the best platform to base a Dropbox alternative upon, but the commit resource hogging is very fixable.
[+] [-] emillon|14 years ago|reply
http://git-annex.branchable.com/
[+] [-] SimonSapin|14 years ago|reply
https://github.com/apenwarr/bup/#readme https://github.com/apenwarr/bup/blob/master/DESIGN#L92
[+] [-] paulhauggis|14 years ago|reply
[+] [-] miles_matthias|14 years ago|reply
[+] [-] Karunamon|14 years ago|reply
1) Isn't free
2) Is accessible to $stateAuthority if they come knocking
3) Makes your data access reliant on a third party who may or may not be up in an emergency or:
4) Could disappear at any time and take your data with them
So basically, the same problems that affect every cloud solution provider ever.
[+] [-] jakubw|14 years ago|reply
[+] [-] tommi|14 years ago|reply
[+] [-] zem|14 years ago|reply
[+] [-] nesquena|14 years ago|reply
Instead we use gitdocs for storing our "docs": Task lists, wiki, planning, collaborative design, note taking, code snippets et al. And the gitdocs web front-end (http://imgur.com/eaTTY) is optimized for that since it renders wiki pages (formatted markdown/textile), has full code syntax highlighting, file search, revision history and a rich text editor.
[+] [-] nillort|14 years ago|reply
Too bad that is actually the hard part.
[+] [-] burgerbrain|14 years ago|reply
I think it's pretty obvious that this isn't intended, at least in it's current incarnation, to be a dropbox-killer. It doesn't need to pander to the same audience.
"dares to mention technologies used" is only a killer for a subset of all possible audiences. For example, knowing that Git is hacked together with C and bash doesn't make it any less useful to me (ie, someone who isn't afraid of computers)
[+] [-] iFire|14 years ago|reply
[+] [-] teichman|14 years ago|reply
http://www.cis.upenn.edu/~bcpierce/unison/
[+] [-] flarg|14 years ago|reply
[+] [-] pors|14 years ago|reply
[+] [-] vegardx|14 years ago|reply
I love the idea and the hackyness over it all. Love it!
[+] [-] Karunamon|14 years ago|reply
[+] [-] jakubw|14 years ago|reply
[+] [-] joshbuddy|14 years ago|reply
[+] [-] rcthompson|14 years ago|reply
[+] [-] spullara|14 years ago|reply
[+] [-] callahad|14 years ago|reply
[+] [-] twunt|14 years ago|reply
So if the CPU issue can be resolved for committing large files, could it be used as a backup for your warez etc?
[+] [-] peterhajas|14 years ago|reply
[+] [-] listening|14 years ago|reply
[+] [-] nubela|14 years ago|reply
You can check it out here.
[+] [-] rcthompson|14 years ago|reply
[+] [-] dahlia|14 years ago|reply
[+] [-] umrashrf|14 years ago|reply