With v2.3 I have the following in deploy.rb, but all the .svn dirs are deployed to remote servers anyway. In other words, the copy_exclude seems to be having no effect. Has anyone else experienced this? I am using the lighter weight svn server as as opposed to an http one - would that make any difference? Ideas welcome...
set :deploy_via, :copy set :copy_cache, true set :copy_exclude, [".svn", ".git"] JBB --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
