Hello everybody, I'm trying to include capistrano support into RoR application, as descripbed in the 2nd version of the Agile Rails book. But after invoking the command : # rake remote:cold_deploy I've received the message "Capistrano/Rake integration is deprecated": ################################## rake remote:cold_deploy (in /var/www/ruby/demo) Capistrano/Rake integration is deprecated. Please invoke the 'cap' command directly: `cap cold_deploy' * executing task cold_deploy * executing task update ** transaction: start * executing task update_code * querying latest revision... svn: REPORT request failed on '/svn/demo/!svn/bc/0/trunk' svn: '/svn/demo/!svn/bc/0/trunk' path not found [update_code] transaction: rollback * [update_code] rolling back * executing "rm -rf /var/www/ruby/demo/releases/20070315145548" servers: ["localhost"] Password: [localhost] executing command command finished rake aborted! Could not determine latest revision (See full trace by running task with-trace) ################################## Why capistrano is deprecated? What does it mean? How to fix? Thanks in advance.
-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---