# HG changeset patch # User Oleksandr Gavenko # Date 1317244244 -10800 # Node ID c006c2f27f51ae16151e39a65db6d9fe5d2d8a58 # Parent c7352d68c95e98d6dc6d37eb979ca553f72c1c59 About. diff -r c7352d68c95e -r c006c2f27f51 devel-scm.rst --- a/devel-scm.rst Thu Sep 29 00:09:06 2011 +0300 +++ b/devel-scm.rst Thu Sep 29 00:10:44 2011 +0300 @@ -1,10 +1,19 @@ .. -*- coding: utf-8 -*- -==================================== - Software configuration management. -==================================== +========================================== + Software configuration management (SCM). +========================================== .. contents:: +About. +====== + +Configuration management covers the processes used to control, coordinate, and +track: code, requirements, documentation, problems, change requests, designs, +tools/compilers/libraries/patches, changes made to them, and who makes the +changes. (See the 'Tools' section for web resources with listings of +configuration management tools. + Request/issue/bug tracker. ==========================