
For version Alpha_30.3

(Note to self: you can run some/all of this in emacs: M-x term,
 when finished type "exit: and then you can go back and view buffer.)

[*] Update Version in configure.ac
[*] Rebuild configure with autoconf
[*] Update RELEASE_NOTES
[*] Update ChangeLog
[*] Update INSTALL
[*] Update KNOWN_BUGS
[*] Make sure all files are checked into Subversion

[*] svn copy version (be VERY careful not to screw up the copy):
 svn copy -m "Tagging the Alpha_30.x release of the Objectify project" \
 https://objectify.svn.sourceforge.net/svnroot/objectify/trunk/objectify \
 https://objectify.svn.sourceforge.net/svnroot/objectify/tags/alpha_30_XX/objectify
  NOTE: you may have to make the alpha_30_XX directory first, I don't know yet

[*] checkout into /pub using:
 svn checkout https://objectify.svn.sourceforge.net/svnroot/objectify/tags/alpha_30_X/objectify \
 objectify-alpha_30.x

  Alpha_30.3 was revision 4224

[*] cvs remove .svn directories: rm -frv `find objectify-alpha_XX -name .svn`
[*] create tarball

[*] untar tarball in /tmp
[*] diff with /pub directory

[*] ./configure and make

[*] run the testing/test_diff_compressed.sh script
[*] run the testing/test_import_cases.sh script
[*] run the testing/test_import_export.sh script
[*] run the testing/test_import_sizes.sh script

[ ] prep_disk --no-private          ** Need to create an old repository to test with! **
[ ] restore_archive old repository
[ ] export files
[ ] verify_file --remove

    This may no longer be required:

[*] upload: rsync -avP -e ssh FILES jsedwards@frs.sourceforge.net:uploads/

