What's the difference between VCS and SCM?

前端 未结 2 1966
-上瘾入骨i
-上瘾入骨i 2021-01-30 04:02

I\'m doing some research on revision control in practice, and there seems to be two names for the same thing in books and papers: Software Configuration Management (SCM), and Ve

2条回答
  •  无人共我
    2021-01-30 04:32

    Version Control Systems are just that, software that provides versioning functionality (Git, Subversion, TFS Version Control) all fall into this category.

    Software Configuration Management is a broader term that encompasses all the processes needed to build, package, and deploy software -- this includes Version Control Systems. It does not refer to software per se.

提交回复
热议问题