From: <abe...@us...> - 2017-08-14 19:53:57
|
Revision: 8485 http://sourceforge.net/p/astlinux/code/8485 Author: abelbeck Date: 2017-08-14 19:53:55 +0000 (Mon, 14 Aug 2017) Log Message: ----------- scripts/master-tag for trunk Modified Paths: -------------- trunk/scripts/master-tag Modified: trunk/scripts/master-tag =================================================================== --- trunk/scripts/master-tag 2017-08-14 15:06:43 UTC (rev 8484) +++ trunk/scripts/master-tag 2017-08-14 19:53:55 UTC (rev 8485) @@ -2,7 +2,7 @@ TVER="1.3" -BRANCH="1.0" +BRANCH="trunk" if [ "${1:0:4}" != "${TVER}." ]; then echo "Usage: master-tag ${TVER}.x" @@ -67,7 +67,7 @@ exit 1 fi -svn copy ${REPO_ROOT}/branches/${BRANCH} ${REPO_ROOT}/tags/${1} -m "create ${1} tag" +svn copy ${REPO_ROOT}/${BRANCH} ${REPO_ROOT}/tags/${1} -m "create ${1} tag" mark_svn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |