Changes between Version 13 and Version 14 of CodeManagementReleaseProcessOld


Ignore:
Timestamp:
01/19/11 23:57:13 (6 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeManagementReleaseProcessOld

    v13 v14  
    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 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 sudo 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 -m "Release version 2010-11-23" 
    6968}}} 
    7069All 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.