zoukankan      html  css  js  c++  java
  • IBM Redbook之SCM解释

    Control—Is the goal of SCM, with dominion over:

    • Source file versions
    • Configuration and delivery
    • Process management
    • Problem tracking

    Version control—Versioning is the making of copies of data at some meaningfulpoint in order to return to that point at a later date, if necessary.

    Configuration control—Implies a higher level of abstraction than versioncontrol. The SCM tool must have some knowledge of which versions from a setof components comprise a specific build.

    Process management—Deals with the grouping and manipulation of versions of software assets as they progress through the software development lifecycle. This typically involves change management, approval levels, and production control.

    Problem tracking—Entails recording enhancement/change requests or defect reports and correlating these with the resolution of the request. These reports may include a listing of the sources involved in the change. These change setscan then create released products containing only the feature and fixes desired.

  • 相关阅读:
    ubutu16.04编译安装apache
    python格式化字符串
    git服务器搭建
    merge into 导致序列跳号
    Apache 强制SSL访问
    pyhton之解析html的表格
    Two modules in a project cannot share the same content root报错解决方案
    hdoj
    hdoj
    QHUOJ
  • 原文地址:https://www.cnblogs.com/allenblogs/p/2106571.html
Copyright © 2011-2022 走看看