tags:

views:

367

answers:

6

I'm going to be working with a few outside developers on some projects of mine and want to host the project files and version control on a hosted solution. It's not going to get a lot of traffic but it does need to be fast.

What's the best way to go? Dedicated, colo, or shared hosted? I'd like to keep cost down but the priority is on stablity.

+1  A: 

Use GitHub and setup collaborator accounts for them.

Nick Gerakines
A: 

I use linode (c.f. www.linode.com), it is a xen (shared virtual machine) machine running on some nice hardware. It has a wide selection of linux distributions to choose from and the freedom to install whatever you want for about $20 a month.

Be careful with VPS's that actually require you to fax a copy of your photo ID in order to allow ssh access to your host.

That's funny,if you have a VPS, why predicate root access on faxing some ID? Shared hosts have a false sense of security they run PHP (and the rest) wide open and allow you to upload anything but want a photo ID to allow you to do it securely. Classic case of a host not understanding what they sell.
Tim Post
+1  A: 

I'm not sure whether this is what you're after, but Beanstalk offer free/paid Subversion hosting. Their free plan is limited to 20 MB, 3 users, and 1 repository.

Steve Harrison
A: 

Depending on your VCS of choice, you might want to look at ShareSource , which offers SVN and Mercurial hosting for free (soon Git).

Disclamer: I am an admin there, so I'm obviously biased :)

Tim Post
A: 

I work at ProjectLocker, and we offer Subversion hosting and Git hosting, as well as Trac hosting, for free for up to 5 users/500 MB. Larger plans are available at low cost. In general, I'd recommend going for a hosted offering over a shared or dedicated web host. Any hosted offering worth their salt will be taking care of disaster recovery and make configuration easy enough to not need shell access.

brokenbeatnik
A: 

You can check InDefero, as said by the guy working at ProjectLocker, a dedicated offer is often the best way to go as they are taking care of all the backups etc. InDefero is providing a free offer and a 1GB unlimited projects $30/year offer. The software is available (GPL) if you want to go with your own installation. Note, I am the lead developer of InDefero.