Click here to Skip to main content
15,909,741 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



 
GeneralSourceGear Vault Pin
Jonas Hammarberg25-Nov-13 1:26
professionalJonas Hammarberg25-Nov-13 1:26 
GeneralOther: Mercurial Pin
sixgun25-Nov-13 0:07
sixgun25-Nov-13 0:07 
GeneralOfcourse SVN.. Pin
_Amy25-Nov-13 0:06
professional_Amy25-Nov-13 0:06 
GeneralRe: Ofcourse SVN.. Pin
AlexCode25-Nov-13 0:19
professionalAlexCode25-Nov-13 0:19 
GeneralRe: Ofcourse SVN.. Pin
Albert Holguin26-Nov-13 4:41
professionalAlbert Holguin26-Nov-13 4:41 
GeneralRe: Ofcourse SVN.. Pin
AlexCode26-Nov-13 20:11
professionalAlexCode26-Nov-13 20:11 
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? Pin
AlexCode24-Nov-13 23:13
professionalAlexCode24-Nov-13 23:13 
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 
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

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.