Skip to content
Snippets Groups Projects
Commit f618ce45 authored by david_williams's avatar david_williams
Browse files

save and restore serialized state

parent 2a93f07d
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment