James Sun
James Sun

Reputation: 1461

Version control "in the clouds"

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?

Upvotes: 9

Views: 4542

Answers (10)

Esther Fan - MSFT
Esther Fan - MSFT

Reputation: 8516

Visual Studio Online is now Visual Studio Team Services. You not only get cloud-hosted version control with unlimited, free, private Git or TFVC repos, but also integrated bug and work item tracking with enterprise Agile tools for DevOps, like backlogs and Kanban boards, automation for build, test, and release plus other features for team collaboration and app development.

And your first 5 users are still free. Here's more about how to get started with Team Services.

Upvotes: 0

Jugal Panchal
Jugal Panchal

Reputation: 1548

Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the home for your project data in the cloud. Get up and running in minutes on our cloud infrastructure without having to install or configure a single server. Connect to your project in the cloud using your favorite development tool, such as Visual Studio, Eclipse or Xcode.

http://www.visualstudio.com/

Visual Studio Online Basic Start your next development project in the cloud – 5 users are free!

Upvotes: 0

pabloide86
pabloide86

Reputation: 946

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.

Upvotes: 5

codeinthehole
codeinthehole

Reputation: 9026

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.

Upvotes: 1

mwilliams
mwilliams

Reputation: 9978

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.

Upvotes: 4

Marcin Gil
Marcin Gil

Reputation: 69505

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.

Upvotes: 6

jim
jim

Reputation: 1552

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

Upvotes: 3

Vassili Altynikov
Vassili Altynikov

Reputation: 2059

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

Upvotes: 3

moogs
moogs

Reputation: 8202

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.

Upvotes: 2

Biri
Biri

Reputation: 7181

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

Upvotes: 1

Related Questions