[EMAIL PROTECTED] wrote: > <Michiel:> > > you can now also do > > cvs co -d . all > > (creates 4 directories in current dir: src config html documentation) > > At last! > > I suppose the plan is now to move all scripts from src/org/mmbase/scipts > to a new directory scipts? In that case I'm in favour.
Yes, that was the idea. It could even be done (I think) with the CVSROOT/modules configuration (so excluding 'mmbase/scripts' from the 'mmbase' module and including it in a new one), in that way the cvs history stays accurate. Another option would be to simply put only 'build.xml' in the root, because that is the most interesting script anyway. Yesterday on IRC also the idea of putting the stuff in CVS which is now auto-downloaded in the build.xml came up (again) (say a module 'lib') This has some obvious advantages: 1. The build.xml can be considerably simplified 2. It is garanteed that every version of MMBase can be recompiled easily, because there is no chance that the external resources get disfunctional. The main disadvantage is I suppose that it doesn't 'feel right' to check external products in CVS. and that all kind of stuff should also be checked in because they must be distributed together or something like that. Michiel -- Michiel Meeuwissen Mediapark, C 107 tel. +31 (0)35 6772979
