Difference between revisions of "Tag Source For Release"

From NST Wiki
Jump to navigationJump to search
Line 1: Line 1:
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.13.0''' for subversion revision ''1702'':
+
Use the ''svn cp'' command to create a branch of the files used for the release (a copy of "repo"). For example, if creating release '''18''' for subversion revision ''4509'':
  
  [root@nst-dev-32 repo]# svn cp ${SVNROOT}/trunk ${SVNROOT}/releases/2.13.0-1702
+
  [root@dev18-32 repo]# svn cp -m "Creating copy of source for 18-4509 release" ${SVNROOT}/repo ${SVNROOT}/releases/18-4509
 
   
 
   
 
  ... output from branch creation ...
 
  ... output from branch creation ...
 
   
 
   
  [root@nst-dev-32 repo]#
+
  [root@dev18-32 repo]#

Revision as of 08:32, 13 April 2013

Use the svn cp command to create a branch of the files used for the release (a copy of "repo"). For example, if creating release 18 for subversion revision 4509:

[root@dev18-32 repo]# svn cp -m "Creating copy of source for 18-4509 release" ${SVNROOT}/repo ${SVNROOT}/releases/18-4509

... output from branch creation ...

[root@dev18-32 repo]#