Hi, I got this error when I want to use cap deploy:cold
My computer is on windows and it looks like capistrano cannot make
the .zip, tar .. file and then read it back for upload. The directory
is created but i don't see the compressed file.
F:/Sites/ruby/lib/ruby/gems/1.8/gems/capistrano-1.99.1/lib/capistrano/
recipes/deploy/strategy/copy.rb:35:in `read': No such file or
directory - f:/20070529151122.zip
----- deploy file ------------
set :repository, "file:///F:/Sites2/testcaprepro/trunk"
set :deploy_via, :copy
set :copy_dir, "f:/"
set :copy_compression, :zip
-----------------------------------
F:\Sites2\testcap>cap deploy:cold
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
* getting (via checkout) revision 2 to f:/20070529151122
compressing f:/20070529151122 to f:/20070529151122.zip
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/apps/testcap/releases/20070529151122;
true"
servers: ["192.168.1.101"]
[192.168.1.101] executing command
command finished
F:/Sites/ruby/lib/ruby/gems/1.8/gems/capistrano-1.99.1/lib/capistrano/
recipes/deploy/strategy/copy.rb:35:in `read': No such file or
directory - f:/20070529151122.zip (Errno::ENOENT)
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---