
This is part of the Objectify project documentation.
Copyright (C) 2008, 2009   J. Scott Edwards
See the file README for copying conditions.


For version Alpha_30.4

(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 mkdir https://objectify.svn.sourceforge.net/svnroot/objectify/tags/alpha_30_x \
    -m "Creating the Alpha_30.x tag directory."
[*] 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

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

  Alpha_30.4 was revision 4341
  Alpha_30.3 was revision 4224

[*] 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 is no longer required:

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

