On Wed, Jun 11, 2008 at 05:26, Philip Olson <[EMAIL PROTECTED]> wrote: > > 1. How should we store the version information? > A. Store version information within each functions file > B. ... within each extensions directory (version.xml files per extension) > C. ... within one huge version.xml file (as currently done) > D. ...
I think the existing script is very useful, the only annoying thing is initializing the database and needing to running _after_ each release (i.e. we can't gather 5.3.0 version info because there is no such tag). I think the way to go is using the php script for the initial info, spread it into multiple files (one per extension) and then manually override any obvious bogus information.. Its much easier to spot, and fix, wrong versioninfo when chunked into multiple files - and since noone will be remember to manually update all versioninfo in 5years it is good to have the script around.. -Hannes