Changes between Version 3 and Version 4 of BuildClientProcedure


Ignore:
Timestamp:
Jul 30, 2007, 2:40:22 PM (17 years ago)
Author:
Nicolas
Comment:

Merged Rom additions with my changes (which shouldn't have been reverted).

Legend:

Unmodified
Added
Removed
Modified
  • BuildClientProcedure

    v3 v4  
    88If this is a major or minor version change to an even numbered minor revision you'll need to fork the tree.
    99
    10 {{{
    11 1. Right-click on the 'boinc' directory from trunk, and then select 'TortoiseSVN\Branch/Tag'
    12 2. Change the "To URL:" to 'http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>'
    13 }}}
    14 
    15 Where <major> is the major version number and <minor> is the minor version number.
    16 
    17 {{{
    18 3. Adjust version numbers in both the new branch and truck so that the new branch and trunk
     10 1. Right-click on the 'boinc' directory from trunk, and then select 'TortoiseSVN | Branch/Tag'
     11 2. Change the "To URL:" to `http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>`, where `<major>` is the major version number and `<minor>` is the minor version number.
     12 3. Adjust version numbers in both the new branch and truck so that the new branch and trunk
    1913   reflect the current development efforts.
    20 }}}
    2114
    2215The branch should represent the new stable major and even minor version numbers. Trunk should represent the
    2316next major and odd minor version number.
    2417
    25 The files that need to be modified are configure.ac and version.h.
     18The files that need to be modified are `configure.ac` and `version.h`.
    2619
    2720Example: Branch 5.10.x and Trunk 5.11.0.
     
    3326Increment the revision number in the files dealing with version numbers.
    3427
    35 The files that need to be modified are configure.ac and version.h.
     28The files that need to be modified are `configure.ac` and version.h`.
    3629
    3730Commit all changes to SVN.
    3831
    39 {{{
    40 1. Right-click on the branch directory, and then select 'TortoiseSVN\Branch/Tag'
    41 2. Change the "To URL:" to 'http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>_<revision>'
    42 }}}
     32 1. Right-click on the branch directory, and then select 'TortoiseSVN\Branch/Tag'
     33 2. Change the "To URL:" to `http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>_<revision>`
    4334
    4435Where <major> is the major version number, <minor> is the minor version number, and <revision> is the revision number.