On 4.10.2007, at 23:06, Louis R. Marascio wrote:
> > 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 Or, if you want (or need) to deploy from local repository, see this thread: <http://groups.google.com/group/capistrano/browse_thread/thread/ bcfcfec953ebe7d2>. izidor --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
