vote up 0 vote down star

I'm currently reviewing repositoryhosting.com for possibly hosting our company code, however, I'm weary about pushing forward for a few reasons. First, if the company goes under, I have no assurance that I will have access to grab backups of the code prior. Secondly, their terms state this:

"User agrees that Repository Hosting shall not be liable for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to, damages for loss of profits, goodwill, use, data or other intangible losses resulting from the use of or inability to use the Service."

Basically, I want to ensure that our data is safe. I understand that they do offsite backups and such, however, if there were to be a catastrophic loss of data that was their fault, would we be left with just a "sorry"?

What about your thoughts on hosted svn and is it better to just continue to do it yourself?

flag

3 Answers

vote up 2 vote down

In the end you have to trust someone, be it a hosting company, a hard drive/tape/cd manufacturer. The easiest way to ensure your data with a host is to hedge your bets by managing your own backups.

Use something like an Amazon EC2 instance to rsync your repository every night into Amazon S3, or Rackspace Cloud, or a rented server. Don't rely on just one host, the same way you don't rely on just one bank or one mutual fund.

link|flag
vote up 1 vote down

I'm not a hosted SVN fan (I'm not an SVN fan!) but I would say stick with your own internal hosting and perhaps back up to the cloud if you're worried about data loss.

I'm sure that most people haven't had an issue, so you're probably safe. But if you're that concerned, the only person to trust is yourself :)

link|flag
vote up 0 vote down

It is kind of hard to backup .svn if the hosting company is not giving you the real backups itself.

I second OJ's solution of hosting it internally.

If you are really scared of losing a repository, have a look at a DVCS like Git. Each user has the complete repository so you never lose anything.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.