Changes between Version 10 and Version 11 of CodeManagementReleaseProcessOld


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeManagementReleaseProcessOld

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