Click here to Skip to main content
15,885,365 members

Survey Results

What source code control system do you use?

Survey period: 25 Nov 2013 to 2 Dec 2013

A narrowed down follow up to Last Year's poll. Pick the one you use the most.

OptionVotes% 
Subversion (SVN)76325.03
Git94230.91
Team Foundation Server (TFS)59619.55
Visual Sourcesafe2147.02
Other2658.69
I don't use source control.2688.79



 
GeneralRe: Ofcourse SVN.. Pin
Albert Holguin27-Nov-13 4:49
professionalAlbert Holguin27-Nov-13 4:49 
GeneralAre there still people that don't use a Source Control solution of any kind? Pin
AlexCode24-Nov-13 20:45
professionalAlexCode24-Nov-13 20:45 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Mehdi Gholam24-Nov-13 22:32
Mehdi Gholam24-Nov-13 22:32 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
AlexCode24-Nov-13 23:18
professionalAlexCode24-Nov-13 23:18 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Giuseppe Tollini25-Nov-13 7:41
Giuseppe Tollini25-Nov-13 7:41 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Mike Hankey24-Nov-13 23:48
mveMike Hankey24-Nov-13 23:48 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
ScottM124-Nov-13 22:41
ScottM124-Nov-13 22:41 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? PinPopular
AlexCode24-Nov-13 23:13
professionalAlexCode24-Nov-13 23:13 
"I'm the only one who does .Net development at my company and so I manage all of my source code on my laptop with daily backups."
Source Control is not (only) about backing up your work.
It's about having an interactive way to see what/who changed what and when.
It's the ability to create separate branches of work without messing each other
It's about having separate branches per environment, or at least a separate branch for production and being able to pick what goes into that branch.

Man... I could go on and on with this... Smile | :)

For the scenario you describe, use Git...
With Git every machine have a full repository.
You can commit (locally), create branches, see history, etc.
Everything works locally and once you have a connection with the remote repository you can push your changes. This is actually the thing that makes Git different from the others.
Merges work pretty well so if you have conflicts with other people changes you can easily fix them.

So hop on to http://git-scm.com/[^]!!

https://github.com/[^] is also a good place to start if you want to create and play with some public repositories. If you want to pay them they can also host your private repos.

Cheers!!!
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
ScottM124-Nov-13 23:34
ScottM124-Nov-13 23:34 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Andreas Gieriet24-Nov-13 23:37
professionalAndreas Gieriet24-Nov-13 23:37 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
ScottM124-Nov-13 23:49
ScottM124-Nov-13 23:49 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Andreas Gieriet25-Nov-13 0:52
professionalAndreas Gieriet25-Nov-13 0:52 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
AlexCode25-Nov-13 2:38
professionalAlexCode25-Nov-13 2:38 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
W Balboos, GHB25-Nov-13 4:59
W Balboos, GHB25-Nov-13 4:59 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
AlexCode24-Nov-13 23:45
professionalAlexCode24-Nov-13 23:45 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
sx200825-Nov-13 0:24
sx200825-Nov-13 0:24 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Wolfgang_Baron25-Nov-13 4:04
professionalWolfgang_Baron25-Nov-13 4:04 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
theitmueller24-Nov-13 23:21
theitmueller24-Nov-13 23:21 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Andreas Gieriet24-Nov-13 23:21
professionalAndreas Gieriet24-Nov-13 23:21 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
bluesathish24-Nov-13 23:27
bluesathish24-Nov-13 23:27 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Albert Holguin26-Nov-13 4:46
professionalAlbert Holguin26-Nov-13 4:46 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
PIEBALDconsult25-Nov-13 13:22
mvePIEBALDconsult25-Nov-13 13:22 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
AlexCode25-Nov-13 23:08
professionalAlexCode25-Nov-13 23:08 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Nathan Holt25-Nov-13 14:52
Nathan Holt25-Nov-13 14:52 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
AlexCode25-Nov-13 23:01
professionalAlexCode25-Nov-13 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.