Live data from Hacker News

Ask HN: good place to store code online?

news.ycombinator.com

31–40 of 46 posts

Re: Ask HN: good place to store code online?

#34
post #11
post #9

My suggestion is to get Dreamhost (500GB, 5TB transfer) and buy this for a 2-year time. Enter the promo code "5050" to get $50 bucks off, making this a $150 for 2 years hosting plan that runs svn and you'll never run out of diskspace.

DON'T use Dreamhost. I once had my SVN with them; you have no control over availability - and availability wasn't good, in my experience.

Yep, horrible downtime. Stay away from Dreamhost. We use Beanstalkapp.com, no complaints so far.

Re: Ask HN: good place to store code online?

#37

For all of my projects, I have an assembla account ( http://www.assembla.com ) with SVN access. I don't know the privacy/crypto details, so if you're storing private/sensitive data I can't help you with any details there - I'm doing open source stuff and couldn't care less who sees my code. Your situation might be different!

+1 for assembla, I got there 3 projects

and 500MB of free space is great too!

Re: Ask HN: good place to store code online?

#39
post #20

My start-up has had an absolutely terrific experience so far with cvsdude.com. If you want a subversion/trac/bugzilla package, the pricing is reasonable and their customer service has been great. Also, if you want to host an open source project, they have free options. I highly recommend it.

I can second this. Their uptime has been perfect in my experience and they do hourly off-site backups. They are also really cheap.

Re: Ask HN: good place to store code online?

#40
Another vote for github.com. If you're interested in a more generic storage and backup service, try rsync.net. You'll have to write your own rsync scripts to do backups, but rsync.net's uptime and support have been fantastic for me.
Post reply on HN