Click here to Skip to main content
15,885,885 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: 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 
Use something that doesn't have a central repository (i.e. Git, Mercurial). Don't forget constant backups take up way more space then if you were using source control (since source control only stores differences instead of entire backups). Plus, you have a bunch of added value, a complete history of development, ability to branch code off, ability to create tags for a complete history (i.e. you'll always have the source for every release you make, so you can even support multiple releases), easily see differences in files between any random points in time. There's a lot of value added, plus, most solutions are free... so you really don't have an excuse not to use them... Smile | :)
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 
GeneralRe: Are there still people that don't use a Source Control solution of any kind? Pin
Nemanja Trifunovic26-Nov-13 9:24
Nemanja Trifunovic26-Nov-13 9:24 

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.