Wow , thank Jonathan ! It works !
On 9 Jul, 01:40, Jonathan Weiss <[EMAIL PROTECTED]> wrote:
> Anthony Ettinger wrote:
> > Frank,
>
> > What command is generating a "cp ..." that you want to change? I
> > couldn't find anything definitive here:
>
> You have to override
>
> module Capistrano
> module Deploy
> module Strategy
> class RemoteCache < Remote
> private
> def copy_repository_cache
> logger.trace "copying the cached version to
> #{configuration[:release_path]}"
> run "cp -RPp #{repository_cache}
> #{configuration[:release_path]} && #{mark}"
> end
> end
> end
> end
>
> Jonathan
>
> --
> Jonathan Weisshttp://blog.innerewut.dehttp://twitter.com/jweiss
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---