Hi Oscar! I think the preferred way to handle all of the 3rd party libraries that you deal with is via the bin/vendors system that comes with the symfony standard distribution. It's just a little bit easier than using straight submodules and was created specifically to help make managing dependencies pretty easy.
There will hopefully be another package manager ( https://github.com/composer/composer) that's used in the future as well. Thanks! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Sat, Jul 2, 2011 at 6:40 AM, Luis Cordova <cordo...@gmail.com> wrote: > pear is already supported and sf2 has its own perum channel already > where have you been? > > On Sat, Jul 2, 2011 at 5:30 AM, Oscar <ocu...@gmail.com> wrote: > > Hi, > > As the final version of Symfony2 seems to be launched i wonder about the > > packaging/deployment/distribution system. AFAIK the core packages and > > components are distributed using tgz files and git repositories and the > > bundles are installed using git submodules > > Few months ago I remember some mails about the use new PEAR2's packaging > > system (pehaps using pirus and pirum) for deployment of Symfony2 > > applications and bundles taking into account dependencies. But i cant > found > > any news about it. > > There are some decision or advances about the packaging system used in > > Symfony2? Is git-submodule the preferred way to handle this issue? > > Regards > > > > -- > > 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 symfony-devs@googlegroups.com > > To unsubscribe from this group, send email to > > symfony-devs+unsubscr...@googlegroups.com > > For more options, visit this group at > > http://groups.google.com/group/symfony-devs?hl=en > > > > -- > 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 symfony-devs@googlegroups.com > To unsubscribe from this group, send email to > symfony-devs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- 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 symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
