Changes between Version 13 and Version 14 of CodeManagementReleaseProcessOld
- Timestamp:
- 01/19/11 23:57:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeManagementReleaseProcessOld
v13 v14 65 65 You need to SSH into the DEV server and go to the website root folder (as above). Then run these commands to tag the release: 66 66 {{{ 67 sudo svn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-23 -m "Copied to release" 68 sudo svn commit -m "Release version 2010-11-23" 67 sudo svn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-23 -m "Release version 2010-11-23" 69 68 }}} 70 69 All releases go in the browse:www/release folder on in the SVN repository with the date as the sub folder name. The above commands will make a copy of Trunk as it stands and then move it to a new folder ready for release to TEST or LIVE.