Difference between revisions of "Tag Source For Release"

From NST Wiki
Jump to navigationJump to search
(New page: Use the ''make release-tag'' command to tag (or re-tag) all of the files for the release. [root@nst-dev-32 repo]# make release-tag ... lots of CVS messages - may pause several times ....)
 
Line 1: Line 1:
Use the ''make release-tag'' command to tag (or re-tag) all of the files for the release.
+
Use the ''svn cp'' command to create a branch of the files used for the release (a copy of "trunk"). For example, if creating release '''2.12.0''':
  
  [root@nst-dev-32 repo]# make release-tag
+
  [root@nst-dev-32 repo]# svn cp ${SVNROOT}/trunk ${SVNROOT}/2.12.0
 
   
 
   
  ... lots of CVS messages - may pause several times ...
+
  ... output from branch creation ...
 
   
 
   
 
  [root@nst-dev-32 repo]#
 
  [root@nst-dev-32 repo]#

Revision as of 18:34, 18 October 2009

Use the svn cp command to create a branch of the files used for the release (a copy of "trunk"). For example, if creating release 2.12.0:

[root@nst-dev-32 repo]# svn cp ${SVNROOT}/trunk ${SVNROOT}/2.12.0

... output from branch creation ...

[root@nst-dev-32 repo]#