Do you have svn installed? As said davidonlaptop yesterday:
I found out that the TortoiseSVN client I had installed does not provide Capistrano with the command svn. So the fix is simply to install the "CollabNet Subversion Client for Windows" from http://www.collab.net/downloads/subversion/ Try it, regards mileesah wrote: > hi, > > i keep getting an error during deploy, im using capistrano 2.5.8 > what am i doing wrong? > > C:\Ruby>cap deploy > * executing `deploy' > * executing `deploy:update' > ** transaction: start > * executing `deploy:update_code' > executing locally: "svn info http://subversionsite.com/ -rHEAD" > *** [deploy:update_code] rolling back > * executing "rm -rf /home/test/depot/releases/20090826160904; true" > servers: ["server.com"] > Password: > [server.com] executing command > command finished > C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/capistrano/recipes/ > deploy.rb > :97:in ``': No such file or directory - svn info http://subversionsite.com/ > -rHEAD (Errno::ENOENT) > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > pes/deploy.rb:97:in `run_locally' > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > pes/deploy.rb:37:in `load' > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > pes/deploy.rb:88:in `with_env' > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > pes/deploy.rb:37:in `load' > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > pes/deploy/scm/subversion.rb:56:in `query_revision' > from C:/Ruby/lib/ruby/gems/1.8/gems/capistrano-2.5.8/lib/ > capistrano/reci > > > any help will be nice... :) > > > > -- Rafa --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Capistrano" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
