It would be good to have chance somehow override
in copy.rb parameters for compress method. Because different utility
different parameters.

when :zip         then ["zip", "-qr", file, directory]

For windows machine I added hack
 when :zip         then ["7z", "a -tzip -r", file, directory]

In the future could be something in Deploy.rb like:
copy_compression :zip, :utility => "7z", :command => "a -tzip -r",
file, directory




--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to