On 11 Dez., 09:49, Christian Boos <[email protected]> wrote:
> Hello,
>
> I'd like to clarify the structure of the code repository by moving our
> plugins to a dedicated place, instead of the sandbox:
>
> /plugins
>   /0.10
>     /WebAdmin
>    /0.11
>     /mercurial-plugin
>     /spam-filter
>   /0.12
>     /spam-filter
>   /multirepos
>     /mercurial-plugin
>

this structure seems _very_ confusing. a version should imo be only in
"branches" and "tags" with subversion. why not put the plugins folder
into contrib, or on the same level as the "trac" folder? there  is
already a "sample-plugins" folder beside trac, btw.

/trunk
  /plugins
  /trac

which then is natural with the versioning/branching/tagging of trac
and avoids recreating the whole branch and tags structure in plugins
as well.

/tags
  /0.11
    /trac
    /plugins

/branches
  /multirepos
     /trac
     /plugins

rupert.

--

You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.


Reply via email to