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 Weiss
http://blog.innerewut.de
http://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to