Changes between Version 12 and Version 13 of CodeManagementReleaseProcessOld
- Timestamp:
- 01/19/11 23:56:14 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeManagementReleaseProcessOld
v12 v13 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 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 68 sudo svn commit -m "Release version 2010-11-23" 69 69 }}}