Changes between Version 12 and Version 13 of CodeManagementReleaseProcessOld


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeManagementReleaseProcessOld

    v12 v13  
    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 
     67sudo svn cp https://tech.transitionnetwork.org/svn/www/trunk https://tech.transitionnetwork.org/svn/www/release/2010-11-23 -m "Copied to release" 
    6868sudo svn commit -m "Release version 2010-11-23" 
    6969}}}