Changes between Version 78 and Version 79 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Aug 20, 2012, 11:17:21 PM (10 years ago)
Author:
Marshall Clow
Comment:

Added svn branch command for non-TortoiseSVN users.

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v78 v79  
    176176       * '''Log message: Release n.n.n beta 1'''
    177177       * Click OK     
     178
     179With a command-line tool (where XXXXX is the revision that you want to branch from)
     180   * svn cp https://svn.boost.org/svn/boost/branches/release@XXXXX \
     181       https://svn.boost.org/svn/boost/tags/release/Boost_n_nn_n_beta1 \
     182       -m "Release n.n.n beta 1"
     183
    178184   
    179185----