evolution.xml: Document changes since 4.5 release.
[gcc.git] / maintainer-scripts / update_version_svn
index e4a738ad7254347804ecb938631e2f170da14d20..c707acaba06b399f907b56b6df8748bc12192fce 100755 (executable)
@@ -6,7 +6,7 @@
 # in the space separated list in $ADD_BRANCHES.
 
 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
-IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6)-branch'
+IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6|4_7)-branch'
 ADD_BRANCHES='HEAD'
 
 # Run this from /tmp.
@@ -20,7 +20,7 @@ SVN=${SVN:-/usr/bin/svn}
 # Compute the branches which we should update.
 BRANCHES=`$SVN ls $SVNROOT/branches \
          | sed -e 's/\///' \
-          | egrep 'gcc-[0-9]+_[0-9]+-branch$' \
+          | egrep 'gcc-[0-9]+(_[0-9]+)?-branch$' \
           | egrep -v $IGNORE_BRANCHES`
 # Always update the mainline.
 BRANCHES="${BRANCHES} ${ADD_BRANCHES}"