On 11 Jun, 13:51, "Scott Chacon" <[EMAIL PROTECTED]> wrote:
> I would recommend against this unless you're using it in conjunction with
>
> set :git_shallow_clone, 1
>
> Otherwise it will do a full clone every time you deploy which will get
> slower and slower as time goes by.  Setting up ssh authentication
> should not be hugely difficult - I would recommend logging into your
> deploy server as the user set in :

Ok. Add in

set :copy_cache, true

You shouldn't need extra ssh authentication if you forward the ssh
request.

NeilW
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to