Snaga <[EMAIL PROTECTED]> wrote:
>It is my impression that capistrano does a full push each time. Is
>this the case? If so, is it possible to get it to do a delta push?

Hi there, you can use a remote cache to achieve the same thing. A cached
copy is kept on the server and an update rather than a checkout is used
to retrieve the changes. I know this works in Cap 2, but not sure about
earlier versions. To use just set the following in your deploy.rb or
equivalent:

     set :deploy_via, :remote_cache

Take care,

Louis

-- 
Louis R. Marascio - www.fitnr.com
... fixed in the next release ...

--~--~---------~--~----~------------~-------~--~----~
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