Click here to Skip to main content
15,888,968 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
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 
Use Git for that - it is made to (also) work offline.
Source control is not for teams only and its main feature is not "backup" in the traditional sense.
Beside several other features, a version control system allows:
- encapsulating logically meningful and commented change sets (e.g. of several files) that allows to specifically roll back if needed
- adding associations with issue tracking systems (the lowest level of intergation is to mention the fixed issues in the change set comment)
- producing a worklog and/or create some kind of release notes
- creating concurrently existing variants of the sources (AKA branching)
- ...
Ask yourself if you can achieve this with your backup "solution" - without re-inventing the wheel, i.e. without trying to mimic the version control systems featurs.

Cheers
Andi
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 
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.