On 1 Nov., 16:24, 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?
I run into the same problem and I think this is a good solution. I use --copy-links - what does "unsafe" mean? Does it mean that only links are transformed that can not be resolved on the target system? Regards, Matthias --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
