Changes between Version 7 and Version 8 of CodeManagementReleaseProcessOld
- Timestamp:
- 11/23/10 14:41:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeManagementReleaseProcessOld
v7 v8 63 63 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: 64 64 {{{ 65 svn cp trunk release/2010-11- 1966 svn commit -m "Release version 2010-11- 19"65 svn cp trunk release/2010-11-23 66 svn commit -m "Release version 2010-11-23" 67 67 }}} 68 All releases go in the /releasesfolder 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.68 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. 69 69 70 70 === 4. Release to LIVE (or TEST) ===