Changes between Version 58 and Version 59 of ReleaseProcedure
- Timestamp:
- Dec 7, 2009, 5:36:02 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v58 v59 52 52 Examine the updates and commit changes with `svn ci -m "updating 53 53 copyright statements"`[[br]][[br]] 54 1. Make a copy of trunk WC including svndigest cache55 {{{56 cp /path/to/svndigest-trunk /path/to/svndigest-A.B.x57 }}}58 54 1. Create a new minor branch using a one liner like 59 55 {{{ … … 62 58 -m "New minor version A.B branch" 63 59 }}} 64 1. Switch the new WC to follow new branch 65 {{{ 66 cd /path/to/svndigest-A.B.x/ 67 svn switch http://dev.thep.lu.se/svndigest/svn/branches/A.B-stable 68 cd /path/to/svndigest-trunk/ 60 1. Check out a wc of the new branch 61 {{{ 62 svn co http://dev.thep.lu.se/svndigest/svn/branches/A.B-stable /path/to/svndigest-A.B.x 63 }}} 64 1. Copy the cache from wc of trunk to wc of new branch: 65 {{{ 66 svndigest-copy-cache -v -r /path/to/svndigest-trunk -t /path/to/svndigest-A.B.x 69 67 }}} 70 68 1. Prepare the trunk for the next minor release [[br]][[br]]