So what could have happened is that I didn't have copy_strategy set to
export the first time and it checked out .svn stuff and after that
capistrano was reusing the same directory to check out the updates. Is
that it?
So technically if I removed set :copy_cache, true then I would not
get .svn stuff?

On May 20, 2:55 pm, Lee Hambley <[email protected]> wrote:
> 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 
> herehttp://wiki.capify.org/index.php/Understanding_Deployment_Strategies#...
>
> - 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