My current method of deployment involves a bash script that I have been using in one form or another for about 3 years or so. I would like to switch to Capistrano, if I can.
My biggest challenge is that our internet connection is fairly small here, and we have a relatively large codebase. My bash script uses rsync to do a delta push, only sending what has changed since the last push. It takes me well over an hour to do a full push when that is needed. I can't afford that very often. 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? thanks --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
