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