I don't think svn:externals really has a role to play in declaring dependencies... it's a way of meeting them of course and that's how we do it for the apostrophe demo projects (along with the svnforeigncopy script to clone them into your own repo). But Symfony 2.0 is on git anyway. git submodules provide something similar, although not quite the same...
On Mon, Mar 22, 2010 at 11:05 AM, Tom Haskins-Vaughan <[email protected]> wrote: > It would also be good if this could be handled with svn:externals too. > > On Mon, Mar 22, 2010 at 10:55 AM, Tom Boutell <[email protected]> wrote: >> This will be a great thing - I recall patiently trying to get that >> stuff to work well with the old plugins setup until Fabien kindly let >> me know Pear just isn't very good at it. (: >> >> On Mon, Mar 22, 2010 at 10:37 AM, Fabien Potencier >> <[email protected]> wrote: >>> On 3/22/10 3:18 PM, Tom Haskins-Vaughan wrote: >>>> >>>> So it is possible to create a bundle of bundles by specifying >>>> dependencies? >>> >>> Not yet... but yes. You will be able to create an empty bundle that list >>> bundle dependencies. >>> >>>> >>>> On Mon, Mar 22, 2010 at 10:11 AM, Fabien Potencier >>>> <[email protected]> wrote: >>>>> >>>>> On 3/22/10 2:59 PM, Tom Haskins-Vaughan wrote: >>>>>> >>>>>> Hi all, >>>>>> >>>>>>> From what I understand, plugins will be replaced in Symfony 2.0 with >>>>>> >>>>>> bundles. Take for example, the following two bundles: >>>>>> >>>>>> * WidgetABundle: adds the functionality to add Widget A to your >>>>>> Symfony project. >>>>>> * DoctrineWidgetABundle: adds Doctrine integration for WidgetABundle >>>>>> >>>>>> Now, is it/would it be possible to nest the bundles in such a way that >>>>>> you could 'install' DoctrineWidgetABundle and it would 'install' any >>>>>> dependencies (WidgetABundle) automatically? >>>>> >>>>> You cannot nest bundles. But the installer will resolve dependencies >>>>> automatically. >>>>> >>>>> Fabien >>>>> >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Tom >>>>>> >>>>> >>>>> -- >>>>> If you want to report a vulnerability issue on symfony, please send it to >>>>> security at symfony-project.com >>>>> >>>>> 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 >>>>> >>>>> To unsubscribe from this group, send email to >>>>> symfony-devs+unsubscribegooglegroups.com or reply to this email with the >>>>> words "REMOVE ME" as the subject. >>>>> >>>> >>> >>> -- >>> If you want to report a vulnerability issue on symfony, please send it to >>> security at symfony-project.com >>> >>> 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 >>> >>> To unsubscribe from this group, send email to >>> symfony-devs+unsubscribegooglegroups.com or reply to this email with the >>> words "REMOVE ME" as the subject. >>> >> >> >> >> -- >> Tom Boutell >> P'unk Avenue >> 215 755 1330 >> punkave.com >> window.punkave.com >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> 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 >> >> To unsubscribe from this group, send email to >> symfony-devs+unsubscribegooglegroups.com or reply to this email with the >> words "REMOVE ME" as the subject. >> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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 > > To unsubscribe from this group, send email to > symfony-devs+unsubscribegooglegroups.com or reply to this email with the > words "REMOVE ME" as the subject. > -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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 To unsubscribe from this group, send email to symfony-devs+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
