What do you use for repository hosting?

I’m currently using BitBucket to host my project (Git), but am quickly approaching the 2GB limit so need to move it elsewhere.

Current options:

  • Host on my workstation and do regular offsite backups (probably with backblaze). I work alone so this could work.
  • Buy a micro server and use that for the repository (again with backblaze for off site backups).
  • Wait for GitHub to roll out LFS.
  • Sign up for BizSpark and use Azure+Stash.

Are there any other options I’ve missed? And what would you use/recommend?

Thanks,
Nathan

I’ve been using Dreamhost. Their shared hosting plan includes SVN. Not terribly fond of it though.

You could look at DigitalOcean and host GIT or SVN there (think they have some pre configured disk images for it too).

Thanks, DigitalOcean looks interesting and cheaper then I expected.

i just push to my dropbox. works flawless. very fast.

I host my own server with Visual SVN server. I use a free SSL cert from Start SSL. For client tools I use TortoiseSVN and a Unity asset called GoodSVN.

Works great with Unity Cloud Build.

There was a recent thread about this and someone chimed in with some good info on repo hosting with Git (popular these days). I’ll try to find that thread.

Edit: Here’s the thread.

There’s Visual Studio Online which has built in integration with the Visual Studio IDE, so it works quite nice when working on Windows. Use UnityVS and you’ll never have to deal with MonoDevelop again (on a PC). Free for up to 5 users.

If you’re on a Mac you can use Team Explorer Everywhere to access VSO, or if you are just doing builds you have VSO zip up the codebase for download (not recommended for large projects of course). Free, unless you want to connect to a Team Foundation Server instance.

1 Like

I got LFS enabled on my github account a week ago, and it’s great! I’d say hold out for that it shouldn’t be long. I put all of my large assets into a separate top level folder in Unity that had a gitignore and saved them to amazon S3 until LFS came out. Was kind of a pain but it got me through.

1 Like

SVN (Subversion) hosting with ProjectLocker. Best rates we found anywhere.

We refuse to use GIT as it’s a little too complex for a lot of non-coders (and some coders lol) to understand.