I can't believe that I'm the only one who is pulling hair out recently
with all the different ways that things are being done in the
repository as far as sf1.1/sf1.0 different plugin versions, branches,
and so on. I know it's been discussed on here and other mailing lists
but I think we need to finalize a subversion structure which will be
organized and easy to use and maintain moving forward and write it
down on trac as a guideline to adding to the repository.
After some discussion about the current structure and the problems
which it has right now myself and a co-worker came up with the
following structure which I think would be just as easy to manage
using the tools of subversion and would help remember where things are
as well as locate things (plugins) for your version of symfony.
Any feedback would be greatly appreciated especially from the top guys
in symfony who are responsible for the repository and those
responsible for some of the major plugins.
You'll notice that the following structure would be able to handle
something as complex as the sfDoctrinePlugin which is worried about
the version of symfony and the version of doctrine and would be just
as easy for a simple plugin which only has one version per symfony
version.
{{{
/
/1.0
/1.0/trunk
/1.0/branches
/1.0/tags
/1.0/docs
/1.0/plugins/sfGuardPlugin/trunk
/1.0/plugins/sfDoctrinePlugin/trunk
/1.0/plugins/sfDoctrinePlugin/branches/0.10
/1.0/plugins/sfDoctrinePlugin/branches/0.11
/1.0/plugins/sfDoctrinePlugin/tags/0.11.0
/1.1
/1.1/trunk
/1.1/branches
/1.1/tags
/1.1/docs
/1.1/plugins/sfGuardPlugin/trunk
/1.1/plugins/sfDoctrinePlugin/trunk
/1.1/plugins/sfDoctrinePlugin/branches/0.10
/1.1/plugins/sfDoctrinePlugin/branches/0.11
/1.1/plugins/sfDoctrinePlugin/tags/0.11.0
}}}
Even if people don't agree with this structure, I do believe we need
to finalize something in writing and prominently display it for all to
see.
-- Stephen Ostrow <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---