From f618ce4555ac07c8356a5e44474fc94d54e00e05 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 19 Nov 2006 18:46:17 +0000 Subject: [PATCH] save and restore serialized state --- releng.control/getFromCVS-relengControl.sh | 35 ++++++++++++---------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/releng.control/getFromCVS-relengControl.sh b/releng.control/getFromCVS-relengControl.sh index a5f7901c8..ae41fbe4c 100644 --- a/releng.control/getFromCVS-relengControl.sh +++ b/releng.control/getFromCVS-relengControl.sh @@ -1,15 +1,20 @@ - -# This bat file is to help get builds started "fresh". -# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options" - -# export is used, instead of checkout, just to avoid the CVS directories and since this code -# for a local build, there should never be a need to check it back in to CVS. -# - -rm -fr releng.control - -cvs -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control - -dos2unix releng.control/*.sh -chmod +x releng.control/*.sh - + +# This bat file is to help get builds started "fresh". +# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options" + +# export is used, instead of checkout, just to avoid the CVS directories and since this code +# for a local build, there should never be a need to check it back in to CVS. +# + +cp releng.control/*.ser . + +rm -fr releng.control + +cvs -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control + + +mv *.ser releng.control + +dos2unix releng.control/*.sh +chmod +x releng.control/*.sh + -- GitLab