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 | Use the ''svn cp'' command to create a branch of the files used for the release (a copy of "repo"). For example: | ||
[nst@repo repo]$ VER= | [nst@repo repo]$ VER=30 | ||
[nst@repo repo]$ SVNVER= | [nst@repo repo]$ SVNVER=11210 | ||
[nst@repo repo]$ svn cp -m "Creating copy of source for | [nst@repo repo]$ svn cp -m "Creating copy of source for ${VER}-${SVNVER} release" ${SVNROOT}/repo/${VER} ${SVNROOT}/releases/${VER}-${SVNVER} | ||
... output from branch creation ... | ... output from branch creation ... | ||
[nst@repo repo]$ | [nst@repo repo]$ |
Latest revision as of 11:57, 16 July 2019
Use the svn cp command to create a branch of the files used for the release (a copy of "repo"). For example:
[nst@repo repo]$ VER=30 [nst@repo repo]$ SVNVER=11210 [nst@repo repo]$ svn cp -m "Creating copy of source for ${VER}-${SVNVER} release" ${SVNROOT}/repo/${VER} ${SVNROOT}/releases/${VER}-${SVNVER} ... output from branch creation ... [nst@repo repo]$