Hi,

I'm getting a similar problem with my deploy:
could not find any strategy named `remote_cache'

capistrano (2.4.0)
capistrano-ext (1.2.1)
gem 1.2.0

deploy.rb: http://pastie.org/220387
deploy/staging.rb: http://pastie.org/220389

I've tried uninstalling and reinstalling capistrano but no luck

Any ideas?
Thanks
Nick

On Jun 23, 2:29 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> Sounds like maybe you've got a botched install of capistrano. Does the  
> file lib/capistrano/recipes/deploy/strategy/checkout.rb exist in your  
> capistrano installation? What version of rubygems do you have installed?
>
> If nothing else, you might want to "gem uninstall" all versions of  
> capistrano that you've got installed, and then "gem install  
> capistrano" and see if that works any better.
>
> - Jamis
>
> On Jun 22, 2008, at 11:43 PM, Parker McGee wrote:
>
>
>
> > Whenever I try to deploy using Capistrano 2.4.0, I get the following
> > output:
>
> > $ cap deploy
> >  * executing `deploy'
> >  * executing `deploy:update'
> > ** transaction: start
> >  * executing `deploy:update_code'
> > *** [deploy:update_code] rolling back
> >  * executing "rm -rf /home/pmcgee/homeless-shelter/releases/
> > 20080623053142; true"
> >    servers: ["twistingmaze.com"]
> > Password:
> >    [twistingmaze.com] executing command
> >    command finished
> > could not find any strategy named `checkout'
>
> > On deploy:check, I get the same error:
>
> > $ cap -q deploy:check
> > could not find any strategy named `checkout'
>
> > My deploy.rb file is available here:http://pastie.org/220188
>
> > I've never had this problem before, though I did just upgrade to
> > 2.4.0.  I can't see anywhere where I'm trying to call a 'checkout'
> > strategy.  Could someone please help?  Thanks!
>
> > Parker McGee
--~--~---------~--~----~------------~-------~--~----~
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