Hi guys, not exactly a purely rails related question, but is there a way to deploy only the differences from last deploy with cap? I have a project which has tremendous amounts of files and it always take ages to do a minor upgrade :) Thanks for your help, András -- András Tarsoly tarsolya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
András Tarsoly wrote:> I have a project which has tremendous amounts of files and it always > take ages to do a minor upgrade :)You might try using export instead of checkout as it is considerably faster. # in config/deploy.rb set :checkout, :export -- Company - http://primalgrasp.com Thoughts - http://deezsombor.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On 22/08/06, András Tarsoly <tarsolya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi guys, > > not exactly a purely rails related question, but is there a way to > deploy only the differences from last deploy with cap? > > I have a project which has tremendous amounts of files and it always > take ages to do a minor upgrade :)Could you kick off an external task (I''m thinking of rsync)? I''ve not had a chance to look into capistrano in much detail, but ISTR it utilised symlinks to named directories to implement versioning. You''d need to be careful. -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---