Changes between Version 7 and Version 8 of CodeManagementReleaseProcessOld


Ignore:
Timestamp:
11/23/10 14:41:25 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeManagementReleaseProcessOld

    v7 v8  
    6363You need to SSH into the DEV server and go to the website root folder (as above). Then run these commands to tag the release: 
    6464{{{ 
    65 svn cp trunk release/2010-11-19 
    66 svn commit -m "Release version 2010-11-19" 
     65svn cp trunk release/2010-11-23 
     66svn commit -m "Release version 2010-11-23" 
    6767}}} 
    68 All releases go in the /releases 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. 
     68All 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. 
    6969 
    7070=== 4. Release to LIVE (or TEST) ===