Changes between Version 1 and Version 2 of BuildClientProcedure
- Timestamp:
- Jul 27, 2007, 3:24:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildClientProcedure
v1 v2 7 7 If this is a major or minor version change to an even numbered minor revision you'll need to fork the tree. 8 8 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 18 12 reflect the current development efforts. 19 }}}20 13 21 14 The branch should represent the new stable major and even minor version numbers. Trunk should represent the next major and odd minor version number. 22 15 23 The files that need to be modified are configure.ac and version.h.16 The files that need to be modified are `configure.ac` and `version.h`. 24 17 25 18 Example: Branch 5.10.x and Trunk 5.11.0. … … 31 24 Increment the revision number in the files dealing with version numbers. 32 25 33 The files that need to be modified are configure.ac and version.h.26 The files that need to be modified are `configure.ac` and version.h`. 34 27 35 28 Commit all changes to SVN. 36 29 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>` 41 32 42 33 Where <major> is the major version number, <minor> is the minor version number, and <revision> is the revision number.