FWIW I am feeling a +1 on this. It feels like a decent bit of future-proofing of our directory structure.
On Fri, Apr 18, 2008 at 7:25 PM, Karl Wettin <[EMAIL PROTECTED]> wrote: > Nothing at all. I just want to: > > svn co http://svn.../trunk trunk > cd trunk > mkdir core > svn mv * core > svn commit > > I.e. create a module call core and mode all the code there. > > Future modules would then be placed in trunk root just as core, not as some > sub directory of the core. > > I just want to support Maveners like my self the use it to set up the > development environment. It is very handy when if you like me create a new > copy of the trunk for each patch you work on. > > Official build, test, et c would still be Ant. Some root build.xml would > have to be produced the day a second module is added.
