Index: openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html,v diff -u -N -r1.20.2.12 -r1.20.2.13 --- openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html 3 Oct 2016 09:17:51 -0000 1.20.2.12 +++ openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html 14 Oct 2016 18:00:10 -0000 1.20.2.13 @@ -30,7 +30,7 @@

Note that for the compat tag we use the -F flag which will force the tag to the new version (just in case someone has created the tag already on another version). Excercise care when doing this since you don't want to inadvertently move a prior release tag. Also if the tagging goes horribly wrong - for some reason you can delete the tag via "cvs tag -d <symbolic_tag>".

  • Apply the final tag across the tree. First, check out the entire OpenACS tree, getting the most recent stable version of each package. This is most simply done on openacs.org:

    cd /var/tmp
    +          for some reason you can delete the tag via cvs tag -d <symbolic_tag>.

  • Apply the final tag across the tree. First, check out the entire OpenACS tree, getting the most recent stable version of each package. This is most simply done on openacs.org:

    cd /var/tmp
     cvs -d /cvsroot checkout -r openacs-5-1-compat openacs-4
     cd openacs-4
     cvs tag openacs-5-1-2-final
  • Make the tarball(s).