Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
How do I build/upgrade an ACS installation to a new CVS tag from sources?
See also: FAQMultipleACSInstalls and FAQACSCvsGet
Since ACS 2.0.1, we use CVS as the revision control system and not any more CMM. ACS releases and patches are identified by CVS tags that are published in the ACS Web Page.
You can download the tar ball with a new release/patch directly from the web page or you can download it from CVS with the following command:
> cvs export -r TagName ACS
This creates a directory structure with root in the ACS directory. Once you have the ACS directory structure you can upgrade an ACS installation with the following steps:
> echo $INTROOT
if defined: > rm -rf $INTROOT > unset INTROOT
> rm -rf $ACSROOT
> make build
That should be it!