Changes between Version 22 and Version 23 of SourceCodeSvn


Ignore:
Timestamp:
Jun 20, 2012, 12:04:15 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeSvn

    v22 v23  
    77
    88The SVN trunk contains the latest source code for all components of BOINC.
    9 It is always under development, and has not necessarily been tested.
     9It is always under development, and has not necessarily been thoroughly tested.
    1010Use it if you need a recently-added feature.
    1111
    1212'''Client software'''
    1313
    14 The client software (core client and manager) is maintained as follows:
     14The client software (client and manager) is maintained as follows:
    1515
    16  * The code for each release is 'tagged'.  For example, the code for version 6.3.14 is tagged with '''boinc_core_release_6_3_14'''.
    17  * A 'branch' is created for each released minor version.  For example, the branch '''boinc_core_release_6_2''' is the code for the latest release of version 6.2.
     16 * The code for each release is 'tagged'.
     17  For example, the code for version 6.3.14 is tagged with '''boinc_core_release_6_3_14'''.
     18 * A 'branch' is created for each released minor version.
     19  For example, the branch '''boinc_core_release_6_2''' is the code for the latest release of version 6.2.
    1820
    1921'''Server software'''
    2022
    21 For all software other than the client (i.e., server, web, and API) the latest "stable" version
    22 is kept in a branch, '''server_stable'''.
     23For all software other than the client (i.e., server, web, and API)
     24a "stable" version is kept in a branch, '''server_stable'''.
     25Don't use the server software in a client tag or branch; it probably isn't stable.
    2326
    24 '''NOTE: don't use the server software in a client tag/branch; it probably isn't stable.'''
     27Notes:
     28 * There is no formal testing process for server software.
     29   Every so often, when no bugs have been reported recently,
     30   we copy trunk to server_stable.
     31 * Because of limited resources, bug fixes to server software are normally
     32   NOT back-ported from trunk to server_stable.
     33
     34For these reasons: '''trunk is typically a better choice
     35than server_stable for server software'''.
    2536
    2637== Using Subversion ==