Russian,
Perhaps they are there from an existing deploy/checkout that you are
missing, you need to set something like:

*
set :copy_exclude, ['.svn']*


More here
http://wiki.capify.org/index.php/Understanding_Deployment_Strategies#Deploy_Strategy_:copy

- Lee

2009/5/20 russianbandit <[email protected]>

>
> Hi,
>
> I'm using the latest version of Capistrano at this time.
> In my recipe I have:
>
> set :deploy_via, :copy
> set :copy_strategy, :export
> set :copy_cache, true
>
> but I'm still getting .svn directories. I assumed that
> setting :copy_strategy to :export would take care of that.
> Do I need to specify :copy_exclude to ignore svn stuff?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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