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 -r1.20.2.15 -r1.20.2.16 --- openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html 6 Jan 2017 09:18:42 -0000 1.20.2.15 +++ openacs-4/packages/acs-core-docs/www/releasing-openacs-core.html 21 Apr 2017 15:07:52 -0000 1.20.2.16 @@ -28,7 +28,7 @@ for dir in *; do ( cd $dir && cvs tag dotlrn-2-0-2-final ); done for dir in *; do ( cd $dir && cvs tag -F openacs-5-0-compat ); done

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 + case someone has created the tag already on another version). Exercise 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
     cvs -d /cvsroot checkout -r openacs-5-1-compat openacs-4