views:

786

answers:

8

I'm a developer who works on both individual and group projects using Microsoft Visual Studio. I could setup one of several different source control packages, such as VSS, SourceGear Vault or SVN on a server of my own and access them remotely; however, I don't want to deal with the hassle of setting it up, configuring it, etc.

Does anyone offer a hosted source control service?

+1  A: 

I used CVSDude a long time ago. They were free up to 10 MBs at that time.

Biri
+2  A: 

A basic hosting plan at dreamhost gets you tons of web hosting space, bandwidth, database, jabber chat server, CVS, subversion repository and more for a little more than 5 bucks a month.

Beanstalk seems nice (SVN only), but i don't have any experience with it. Free plan has 20mb space for 3 users and 1 repository.

Project Locker hosts both subversion repositories and an issue tracking software, trac, for you. Trac is real nice when coupled with version control.

moogs
+3  A: 

We use Dreamhost for our subversion repositories and are very happy so far, plus you can't beat the price: http://www.dreamhost.com/hosting-features.html#svn

Blend Master
+3  A: 

Google Code, SourceForge all have code hosting solutions. How private do you want to be ?

jim
+5  A: 

For Git, check out GitHub. Good packages, used by an awful lot of opensource projects. Considered to be one of the best hosting experiences for git.

Marcin Gil
+4  A: 

http://unfuddle.com/ offers a wide variety of SCM offerings (Subversion/Git/Maybe CVS?) as well as issue tracking. And they do it very well.

mwilliams
I use it and I like it :)
pmlarocque
I've been using Unfuddle for a few months now and I really like the service!
James Sun
+5  A: 

Hi! I use Assembla to host all my personal projects. It has 500mb of storage and you can host your code and do bug tracking and issue tracking.

It also has a good set of tools and you can use SVN, Trac/SVN, Trac/git, Mercurial or even an external SVN server for source control...

Cheers from Argentina!

pabloide86
+1  A: 

I'm using webfaction (webfaction.com) as my main web-host at the moment. They offer subversion as a 'one-click-installer' - in reality it takes a few more clicks than the name suggests, but it's really a straightforward process.

Their technical support is absolutely brilliant, and you're provided with the same features across each of their levels of shared hosting. I'd recommend them, most hosts I've used have been pretty awful in comparison.

codeinthehole