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.

  • 相关阅读:
    python-列表基本方法
    成员/身份运算
    python-字符串常用方法
    python基础知识1
    jmeter_性能测试及报告分析
    Day3_linux_工作目录切换命令
    Day2_linux_查看系统状态
    Day1_liunx_常用系统工作命令
    互联网是有记忆的
    第3章 Python基础
  • 原文地址:https://www.cnblogs.com/allenblogs/p/2106571.html
Copyright © 2011-2022 走看看