|
From: <no...@se...> - 2007-02-15 08:13:58
|
Hi Alex, hi all other 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. the idea was that you _can_ keep all the old releases. With a 'phing proper' (or so) you will be able to remove _all_ the stuff in the build directroy, if you want. (By 'phing clean' only the current build part should be deleted.) But if you want to keep the old stuff, you will be able to do this in a, as I think, clever and clearly arranged way with this structure. Be aware, everything inside build/ is build on your system and is part of the cleaning or proper cleaning task. All the other subdirectories are part of the repository. > PS.. Good Job on the website Norman :) Thanks, first time that I use this Joomla! cms. But it was easy to customize it this way. But it is far away from being prefect or even ready. ;-) (For all others: take a look at http://opendocumentphp.org/index.php - I am still working on the css, but if somebody want's to take over ....) Yours, Norman |