On 16.12.2010, at 19:11, Matthias Nothhaft wrote: > Hi, > > I wonder how to start a new Symfony2 project which should also be in its own > Git repo. > > Can I use the sandbox and simply remove the .git directory and create a new > Git repo? And for Symfony/Doctrine/whatever vendor updates use the > update_vendors.sh script in bin/ dir? > Or should I use the bootstrapper? > > How do you do that? And how do you sync your projects with Symfony2 > development?
Here at Liip my team is still using the vendor.sh scripts. We made some small tweaks to them. I will try to clean them from customer specific stuff and publish them soon. We prefer not to use submodules for now. We once considered moving to http://kitenet.net/~joey/code/mr/ but in the end just didnt spend the time to set this up. regards, Lukas Kahwe Smith [email protected] -- 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
