On Sun, May 16, 2010 at 11:30 PM, Thomas Rabaix <[email protected]> wrote: > The current implementation of AssetsInstallCommand copy files to the target > folder. > > Can we have an option to add symlink (like the sf1.4 task) ?
In my opinion symlinks are annoying because if people commit them, they get checked out as a text file containing "symlink:path/foo" on windows (svn *should* support junction points in Vista+, the windows symlinks, but it doesn't yet), and then if you try to deploy the script fails because a file exists with the name of the directory, and then if you fix it by hand you end up with uncommitted changes.. So overall, it's painful for not much benefits. Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- 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
