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 "repo"). For example, if creating release '''22''' for subversion revision ''7248'':
+
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 '''24''' for subversion revision ''7973'':
  
[root@dev22-32 repo]# svn cp -m "Creating copy of source for 22-7248 release" ${SVNROOT}/repo/22 ${SVNROOT}/releases/22-7248
+
  [nst@nst24-repo repo]$ svn cp -m "Creating copy of source for 24-7973 release" ${SVNROOT}/repo/24 ${SVNROOT}/releases/24-7973
 
   
 
   
 
  ... output from branch creation ...
 
  ... output from branch creation ...
 
   
 
   
[root@dev22-32 repo]#
+
  [nst@nst24-repo repo]$

Revision as of 09:39, 3 July 2016

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 24 for subversion revision 7973:

 [nst@nst24-repo repo]$ svn cp -m "Creating copy of source for 24-7973 release" ${SVNROOT}/repo/24 ${SVNROOT}/releases/24-7973

... output from branch creation ...

 [nst@nst24-repo repo]$