Live data from Hacker News

Dropbox is not a tool for developers

stupidiswinning.tumblr.com

71–73 of 73 posts

Re: Dropbox is not a tool for developers

#71
post #69
post #68

Earlier quoted context omitted.

Hell, doesn't bitbucket support git now? Just use them if your project is uber-secret.

You're doing it wrong. If your project is uber-secret, you have to host it yourself - not under a big sign that says "come and try to get super secret source code out of me" just above the small "bitbucket" or "paid github" sign.

bitbucket has free private repos. If dropbox is private enough for you, bitbucket should be as well.

Obviously I just keep my private repos on my own server. Who doesn't have their own server these days anyway?

Re: Dropbox is not a tool for developers

#73

Lots of posts in here talking about how Dropbox isn't for version control and "just use git" and such, but the systems aren't mutually exclusive and so these comments aren't helpful, IMO. Just because Dropbox isn't a proper version control system doesn't mean it isn't (or couldn't be) useful for developers. I use git daily but I also use a syncing program (first Live Mesh, then Dropbox, now Google Drive) to sync my s…

They are very useful, but for different kinds of data. I keep my source in git, so I get proper versioning, commits, etc. I keep all my stuff - data files, notes, documentation, agreements, tool installations, ebooks, tools/code made by others in dropbox, so they are the same everywhere. But the git folders are outside of dropbox. The version control takes care of syncing the code, but there are all kinds of .gitigno…

Curious, why would you use different line endings? What IDE doesn't have that setting in its config?
Post reply on HN