Tag Source For Release: Difference between revisions

From MediaWiki
Jump to navigationJump to search
No edit summary
No edit summary
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 '''18''' for subversion revision ''4509'':
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'':


  [root@dev18-32 repo]# svn cp -m "Creating copy of source for 18-4509 release" ${SVNROOT}/repo ${SVNROOT}/releases/18-4509
  [root@dev22-32 repo]# svn cp -m "Creating copy of source for 22-7248 release" ${SVNROOT}/repo/22 ${SVNROOT}/releases/22-7248
   
   
  ... output from branch creation ...
  ... output from branch creation ...
   
   
  [root@dev18-32 repo]#
  [root@dev22-32 repo]#

Revision as of 12:03, 2 October 2015

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:

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

... output from branch creation ...

[root@dev22-32 repo]#