Forum OpenACS Q&A: Re: eCommerce on 5.0

Collapse
10: Re: eCommerce on 5.0 (response to 9)
Posted by Steve Manning on
Joel

Is this why we are seeing differences between the versions pulled down by the installer and the versions in cvs e.g bcms in cvs is 0.3 but the repository is at 0.2?

    - Steve

Collapse
11: Re: eCommerce on 5.0 (response to 10)
Posted by Joel Aufrecht on
Yes.  BCMS on the HEAD repository (https://openacs.org/repository/5-1) is at 0.3 but the version of BCSM tagged with openacs-5-0-compat, hence available in the 5.0 repository (https://openacs.org/repository/5-0), is 0.2.  The point of this is to ensure a stable working space, both in core and in the packages.  It is now the responsibility of individual package developers to verify that their packages work with specific versions of core and to tag the accordingly.  The test servers (http://test.openacs.org/test) should make this reasonably straightforward.
Collapse
12: Re: eCommerce on 5.0 (response to 11)
Posted by Alfred Werner on
OK thanks Joel ...