From 634409f74eacfcb45fcbfabd3ff21061d57df8c1 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 14 May 2007 10:20:32 +0000 Subject: [PATCH] Fix update_global_cvs_tags.sh for S2_0M6a --- releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh b/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh index 7b1a7efbdd0..ec0ed473bb1 100755 --- a/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh +++ b/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh @@ -14,6 +14,8 @@ # Before running this script, customize the "cvs tag" commands below. # curdir=`pwd` +CVSROOT=:ext:moberhuber@dev.eclipse.org:/cvsroot/dsdp +export CVSROOT TOPMODULES="\ org.eclipse.tm.rse \ org.eclipse.tm.rse/doc \ @@ -31,10 +33,9 @@ cvs co -l $TOPMODULES ##exit 0 for topmod in $TOPMODULES ; do cd $topmod - #cvs tag R1_0 readme.txt #cvs update -l -r R1_0 . #cvs tag -b R1_0_maintenance readme.txt #cvs tag -d v20060630 readme.txt - #cvs tag R2_0 readme.txt + cvs tag S2_0M6a cd $curdir done