Changes between Version 6 and Version 7 of CodeManagementReleaseProcessOld
- Timestamp:
- 11/23/10 14:26:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CodeManagementReleaseProcessOld
v6 v7 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 s/2010-11-1965 svn cp trunk release/2010-11-19 66 66 svn commit -m "Release version 2010-11-19" 67 67 }}}