|
From: Alex L. <ad...@ya...> - 2007-02-14 22:07:27
|
no...@se... wrote: > Dear developers, > > today I will present you my thoughts about a new directory structure for > our code base. The current situation is as follows: > > /phase1/ > src/ > etc/ > Schemata/ > PhingStyles/ > doc/ > build/ > build.xml > build.properties > LICENSE > README > > I would like to change that to something like this: > > /phase1/ > etc/ > Schemata/ > PhingStyles/ > doc/ > TEAM > ROADMAP > CHANGELOG > build/ > 0.5.0/ > apidoc/ > reports/ > code-coverage/ > unittests/ > OpenDocumentPHP-0.5.0.zip > OpenDocumentPHP-0.5.0-source.zip > 0.5.1/ > apidoc/ > reports/ > code-coverage/ > unittests/ > OpenDocumentPHP-0.5.1.zip > OpenDocumentPHP-0.5.1-source.zip > .../ > src/ > OpenDocumentPHP/ > unittests/ > samples/ > tools/ > build.xml > build.properties > LICENSE > README > > What do you think about this? > > Regards, > > Norman > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > OpenDocumentPHP-Developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opendocumentphp-developers > > Hmm, I am not convinced by the whole build/ directory, do we really need to keep all the old version in the repository? Shouldn't it just be the current version as we are using a subversion system, thus keeping all previous versions? This makes the most sense to me, apart from that though I like it a lot. Thanks Alex. PS.. Good Job on the website Norman :) |