On Tue, 11 Jan 2011 08:47:02 -0800 (PST), Tom Boutell <[email protected]> wrote: > I fear all of this will make us nostalgic for svn in one important way: > svn > externals just work (: And there are no platform-specific piles of shell
> scripts to implement them A solution is to use submodules. Then all the co-workers will use the same version of the vendors than yours when running git submodule update. You only have to go in the Symfony folder, pull a new version and commit the change in the main project to use a new version. Thus you don't have the vendor code in your own repository (just as svn:externals code was not in your svn repository) Regards -- Christophe | Stof -- 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
