I think you could have the same result if you use two levels of externals in your svn, so the plugins get updated only one time, and in your projects use external pointing to your copy of the plugin inside your own repository.
On 11/1/07, Bernhard Schussek <[EMAIL PROTECTED]> wrote: > > Hello! > > > Lately I stumbled upon a problem with the "symfony sync" task. It copies > symlinks pointing outside of the project root as symlinks. > > I personally keep my SVN plugins organized outside of my projects so I > only need to update them once. I cannot always access the outside of my > project directories on the production servers. > > The solution is to add "--copy-unsafe-links" to the parameter string of > rsync. It will copy all symlinks pointing outside of the project root as > files/directories. > > > What do you think about that? Should I open a ticket or is there a > different solution? > > > Regards > > Bernhard > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
