1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fix update_global_cvs_tags.sh for S2_0M6a

This commit is contained in:
Martin Oberhuber 2007-05-14 10:20:32 +00:00
parent b85b3566bb
commit 634409f74e

View file

@ -14,6 +14,8 @@
# Before running this script, customize the "cvs tag" commands below. # Before running this script, customize the "cvs tag" commands below.
# #
curdir=`pwd` curdir=`pwd`
CVSROOT=:ext:moberhuber@dev.eclipse.org:/cvsroot/dsdp
export CVSROOT
TOPMODULES="\ TOPMODULES="\
org.eclipse.tm.rse \ org.eclipse.tm.rse \
org.eclipse.tm.rse/doc \ org.eclipse.tm.rse/doc \
@ -31,10 +33,9 @@ cvs co -l $TOPMODULES
##exit 0 ##exit 0
for topmod in $TOPMODULES ; do for topmod in $TOPMODULES ; do
cd $topmod cd $topmod
#cvs tag R1_0 readme.txt
#cvs update -l -r R1_0 . #cvs update -l -r R1_0 .
#cvs tag -b R1_0_maintenance readme.txt #cvs tag -b R1_0_maintenance readme.txt
#cvs tag -d v20060630 readme.txt #cvs tag -d v20060630 readme.txt
#cvs tag R2_0 readme.txt cvs tag S2_0M6a
cd $curdir cd $curdir
done done