-
-
Notifications
You must be signed in to change notification settings - Fork 321
ArchivePackages
William Deegan edited this page Jun 15, 2015
·
3 revisions
Verify that you have SVN and VERSION in your shell environment as described in the setup section above, then run the bin/FillMeIn
script:
set -e # stop on error rm -rf ARCHIVE svn co --depth=files $SVN/ARCHIVE mkdir ARCHIVE/scons-$VERSION cp build/dist/* ARCHIVE/scons-$VERSION svn add ARCHIVE/scons-$VERSION svn commit -m"Saving copy of $VERSION in archive" ARCHIVE rm -rf ARCHIVE