Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 11:25 AM, keymaster wrote: > > *bin/vendors* script (the deps file that is used by this script is > intended to be modified to add your own dependencies if you > want to use > this way to manage the dependencies). > > Thanks, that's great to know. > > Is there some refere

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread keymaster
> *bin/vendors* script (the deps file that is used by this script is intended to be modified to add your own dependencies if you > want to use this way to manage the dependencies). Thanks, that's great to know. Is there some reference where we can find out more about how to use the bin/vendor

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 9:54 AM, Christophe COEVOET wrote: > ** > Le 21/06/2011 15:36, Jeremiah Dodds a écrit : > > > > On Tue, Jun 21, 2011 at 6:10 AM, keymaster wrote: > >> >> >> On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: >>> >>> Each third party bundle provided by t

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 15:36, Jeremiah Dodds a écrit : On Tue, Jun 21, 2011 at 6:10 AM, keymaster > wrote: On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: Each third party bundle provided by the SE will have its own release li

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 6:10 AM, keymaster wrote: > > > On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: >> >> Each third party bundle provided by the SE will have its >> own release lifecycle, not necessarily tied with Symfony release >> schedules. >> >> > Will there not als

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread keymaster
On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: > > Each third party bundle provided by the SE will have its > own release lifecycle, not necessarily tied with Symfony release schedules. > > Will there not also be regular, packaged, integrated and tested maintenance releas

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 08:50, keymaster a écrit : 3rd party bundles (eg. FOSUserBundle, SonataAdminBundle, etc.) are different from the SE distribution. Different support levels, different release schedules, etc. While it's true in theory that SE comes with third party bundles, they really are only th

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-20 Thread Tim Nagel
I dont think there is any point. Using the bin/vendors script and the deps files, you can specify specific versions of the vendor repositories you wish to pull in. You can lock FOSUserBundle at a specific tagged release (once they start getting tagged), or follow HEAD if you desire. I dont see wh

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-20 Thread keymaster
3rd party bundles (eg. FOSUserBundle, SonataAdminBundle, etc.) are different from the SE distribution. Different support levels, different release schedules, etc. While it's true in theory that SE comes with third party bundles, they really are only third party with respect to those inside the

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-20 Thread Christophe COEVOET
Le 20/06/2011 18:45, keymaster a écrit : Does anyone else think we should be keeping 3rd party bundles separate from the Symfony2 Standard Edition distribution, as a means of easing future upgrades once Symfony2 becomes stable? ie. app/ bin/ src/ vendor/ (containing only 3rd party bun

[symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-20 Thread keymaster
Does anyone else think we should be keeping 3rd party bundles separate from the Symfony2 Standard Edition distribution, as a means of easing future upgrades once Symfony2 becomes stable? ie. app/ bin/ src/ vendor/ (containing only 3rd party bundles not in the Symfony2 SE distribution)