Tag Source For Release

From NST Wiki
Jump to navigationJump to search

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]$