From 176a192a123b169f11f258f6885308014c1cd37f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 30 Jan 2011 19:48:42 +0000 Subject: update_version_svn (SVN): Remove obsolete comment. * update_version_svn (SVN): Remove obsolete comment. (CURR_DATE): Fix description. Fix description of checkout procedure. From-SVN: r169417 --- maintainer-scripts/update_version_svn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'maintainer-scripts/update_version_svn') diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 736c990..b7c7d1f 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -15,7 +15,6 @@ export SVNROOT /bin/mkdir /tmp/$$ cd /tmp/$$ -# The path to cvs. SVN=${SVN:-/usr/bin/svn} # Compute the branches which we should update. @@ -26,7 +25,7 @@ BRANCHES=`$SVN ls $SVNROOT/branches \ # Always update the mainline. BRANCHES="${BRANCHES} ${ADD_BRANCHES}" -# ARGS is passed to 'cvs co' +# This is put into the datestamp files. CURR_DATE=`/bin/date +"%Y%m%d"` # version is all there is @@ -38,9 +37,7 @@ FILES="$datestamp_FILES" RESULT=0 for BRANCH in $BRANCHES; do echo "Working on \"$BRANCH\"." - # Check out the files on the branch. HEAD is a special case; if - # you check out files with -r HEAD, CVS will not let you check - # in changes. + # Check out the files on the branch. HEAD is in a different namespace. if test "$BRANCH" = HEAD; then for i in $FILES; do ${SVN} -q co -N ${SVNROOT}/trunk/`dirname $i` `basename $i` -- cgit v1.1