Changes between Version 1 and Version 2 of BuildClientProcedure


Ignore:
Timestamp:
Jul 27, 2007, 3:24:17 PM (17 years ago)
Author:
Nicolas
Comment:

Formatting

Legend:

Unmodified
Added
Removed
Modified
  • BuildClientProcedure

    v1 v2  
    77If this is a major or minor version change to an even numbered minor revision you'll need to fork the tree.
    88
    9 {{{
    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>'
    12 }}}
    13 
    14 Where <major> is the major version number and <minor> is the minor version number.
    15 
    16 {{{
    17 3. Adjust version numbers in both the new branch and truck so that the new branch and trunk
     9 1. Right-click on the 'boinc' directory from trunk, and then select 'TortoiseSVN | Branch/Tag'
     10 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.
     11 3. Adjust version numbers in both the new branch and truck so that the new branch and trunk
    1812   reflect the current development efforts.
    19 }}}
    2013
    2114The branch should represent the new stable major and even minor version numbers. Trunk should represent the next major and odd minor version number.
    2215
    23 The files that need to be modified are configure.ac and version.h.
     16The files that need to be modified are `configure.ac` and `version.h`.
    2417
    2518Example: Branch 5.10.x and Trunk 5.11.0.
     
    3124Increment the revision number in the files dealing with version numbers.
    3225
    33 The files that need to be modified are configure.ac and version.h.
     26The files that need to be modified are `configure.ac` and version.h`.
    3427
    3528Commit all changes to SVN.
    3629
    37 {{{
    38 1. Right-click on the branch directory, and then select 'TortoiseSVN\Branch/Tag'
    39 2. Change the "To URL:" to 'http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>_<revision>'
    40 }}}
     30 1. Right-click on the branch directory, and then select 'TortoiseSVN\Branch/Tag'
     31 2. Change the "To URL:" to `http://boinc.berkeley.edu/svn/branches/boinc_core_release_<major>_<minor>_<revision>`
    4132
    4233Where <major> is the major version number, <minor> is the minor version number, and <revision> is the revision number.