I would suggest to versions of cached_repository: 1. Incremental. 2. Clean (rm -rf and sync everything from the beginning).
(On Perforce, this would be p4 sync and rm -rf && p4 sync -f) Many continuos integration systems let you choose between these two. Also, might it be possible to have a hook to run after creating the repo, before copying it. I have some rake tasks that I like to run which generate some of the files (following Martin Fowler's advice that SCM isn't for anything that can be generated automatically...) --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
