Changes between Version 11 and Version 12 of CodeManagementReleaseProcessOld


Ignore:
Timestamp:
12/14/10 23:56:09 (6 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeManagementReleaseProcessOld

    v11 v12  
    6565You need to SSH into the DEV server and go to the website root folder (as above). Then run these commands to tag the release: 
    6666{{{ 
    67 svn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-23 
    68 svn commit -m "Release version 2010-11-23" 
     67sudo svn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-23 
     68sudo svn commit -m "Release version 2010-11-23" 
    6969}}} 
    7070All 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.