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 <
lee.hamb...@gmail.com> 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 <
russianban...@gmail.com>