Changes between Version 35 and Version 36 of Release
- Timestamp:
- 07/26/11 12:43:56 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release
v35 v36 50 50 51 51 At this point trunk is ready for you to make the branch: 52 * {{{ svn cp http://svn.perlide.org/padre/trunk/Padre http://svn.perlide.org/padre/branches/ release-X.XX }}} (replace X.XX with the future version number)52 * {{{ svn cp http://svn.perlide.org/padre/trunk/Padre http://svn.perlide.org/padre/branches/Padre-X.XX }}} (replace X.XX with the future version number) 53 53 54 54 You have now created the release branch for Padre. … … 63 63 From this point onwards you switch your working copy between the branch and trunk as needed. To switch between trunk and the branch: 64 64 65 * {{{ svn switch http://svn.perlide.org/padre/branches/ release-X.XX }}} .65 * {{{ svn switch http://svn.perlide.org/padre/branches/Padre-X.XX }}} . 66 66 * then every commit will go to the branch while the plugins are still from trunk 67 67 * the release can be done here but probably it is better NOT to run the perl tidy on the branch as it will make merging very difficult
