Description
Usually component have 'plain' structure
Module
– trunk
– branches
– tags
we have structure like this:
OM
--trunk
– debian/
– debian_package/
– patches/
– plugins/
– singlewebapp/
– site/
– branches (of singlewebapp)
– tags (of singlewebapp)
I propose following structure:
OM
– application
– trunk
– branches
– tags
– debian
– trunk (with contents of debian_package, debian should be removed as it is GPL licensed)
– plugin
– trunk (plugins from trunk and branches should be moved here)
– site
– trunk (with contents of trunk/site)
– branches (with 3.0.x and 2.x docs)