Changes between Version 11 and Version 12 of CodeManagementReleaseProcessOld
- Timestamp:
- 12/14/10 23:56:09 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeManagementReleaseProcessOld
v11 v12 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 s vn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-2368 s vn 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 68 sudo svn commit -m "Release version 2010-11-23" 69 69 }}} 70 70 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.