Thank you Izidor, if I decide to use Capistrano, which I very much want to, I will probably use your copy_with_rsync... code. My prod servers do not have access to subversion, so I have to do my deploys from local.
Here's hoping your code makes it info Capistrano proper. dm On Oct 5, 1:10 am, Izidor Jerebic <[EMAIL PROTECTED]> wrote: > 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 adeltapush? > > > 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 -~----------~----~----~----~------~----~------~--~---
