devel-scm.rst
changeset 941 9291a7ce6efb
child 954 887fa4aff71f
equal deleted inserted replaced
940:b40fa8033819 941:9291a7ce6efb
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 ====================================
       
     4  Software configuration management.
       
     5 ====================================
       
     6 .. contents::
       
     7 
       
     8 Request/issue/bug tracker.
       
     9 ==========================
       
    10 
       
    11 Each artifact can contain several attributes as:
       
    12 
       
    13  * Type.
       
    14  * Component.
       
    15  * Version.
       
    16  * Milestone.
       
    17  * Priority.
       
    18 
       
    19   http://trac.edgewall.org/wiki/TracTickets
       
    20                 The Trac Ticket System
       
    21 
       
    22 Type.
       
    23 -----
       
    24 
       
    25 Type is a kind of artifact - bug/issue or enhancement or suggestion or wanted,
       
    26 etc.
       
    27 
       
    28 Component.
       
    29 ----------
       
    30 
       
    31 Component is a project module or a subsystem distinct by different criteria.
       
    32 
       
    33 This can be - client/server, host/target, ui/doc/installer, etc.
       
    34 
       
    35 Version.
       
    36 --------
       
    37 
       
    38 Version vs. build/release number.
       
    39 ---------------------------------
       
    40 
       
    41 Version is a tag for 
       
    42 
       
    43 Milestone.
       
    44 ----------
       
    45 
       
    46 Milestone is a data when issue should be resolved.
       
    47