On Mon, Mar 1, 2010 at 08:56, rubybox <[email protected]> wrote: > > When Adding submodules with git and then lateron on doing a "cap > deploy" > > > When I run cap deploy > It downloads my git submodules every time from the remote repos, > Is this standard behaviour? > > I wished cap would just would look for changes in the remote repos and > *only* downloads when there are changes, > that would increase deploy speed and bandwith. > > Is this possible? And ifso, how can you set this up ( In deploy.rb I > assume ) > A friend of mine had the same problem and we havent come up with a > solution after doing research >
You shouldn't have this problem if you're using the remote_cache. What do you have for "set :deploy_via, :xxxxx"? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
