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