On Mon, Apr 28, 2008 at 5:49 PM, David Masover <[EMAIL PROTECTED]> wrote:
> One possibility is to (somehow) make each release use hardlinks from the > last. I'm not sure how to do that consistently across versions, though It's possible with git and deploy_via :remote_cache. The cache clone pulls from upstream while releases clone from cache. "git clone" command can be told to make hard links locally. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
