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