I installed capistrano and have tried several things. Can''t seem to get it working. This is what i am getting. C:\ruby\radrails\modernfossil>cap deploy * executing `deploy'' * executing `deploy:update'' ** transaction: start * executing `deploy:update_code'' svn: Can''t create tunnel: The system cannot find the file specified. *** [deploy:update_code] rolling back * executing "rm -rf /home/modernfo/modernfossil/releases/20070729002558; true" servers: ["evadne.site5.com"] ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionErr or, connection failed for: evadne.site5.com (EOFError: end of file reached) c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/recipes/deploy/sc m/subversion.rb:56:in `query_revision'': undefined method `[]'' for false:FalseCla ss (NoMethodError) from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/reci pes/deploy/scm/base.rb:35:in `send'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/reci pes/deploy/scm/base.rb:35:in `method_missing'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/reci pes/deploy/scm/base.rb:63:in `local'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/reci pes/deploy/scm/base.rb:35:in `method_missing'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/reci pes/deploy.rb:37:in `load'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/conf iguration/variables.rb:87:in `call'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/conf iguration/variables.rb:87:in `fetch'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/conf iguration/variables.rb:110:in `protect'' ... 35 levels... from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/cli/ execute.rb:14:in `execute'' from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/bin/cap:4 from c:/ruby/bin/cap:16:in `load'' from c:/ruby/bin/cap:16 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David - On 28-Jul-07, at 8:41 PM, David Modernfossil wrote:> > I installed capistrano and have tried several things. Can''t seem > to get > it working. > > This is what i am getting. > > C:\ruby\radrails\modernfossil>cap deploy > * executing `deploy'' > * executing `deploy:update'' > ** transaction: start > * executing `deploy:update_code'' > svn: Can''t create tunnel: The system cannot find the file specified. > *** [deploy:update_code] rolling back > * executing "rm -rf > /home/modernfo/modernfossil/releases/20070729002558; true"this thread may relate (google search had a few hits) http://www.ruby-forum.com/topic/114584 Jodi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yeah...I saw that...still no luck -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
kremdela-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jul-29 19:02 UTC
Re: capistrano problems
I''ve had a similar problem before deploying using capistrano from a windows box (to dreamhost) I was using TortoiseSVN to manage my files. You also need to have the svn binaries installed. http://subversion.tigris.org/project_packages.html Hope that helps! I know how frustrating it can be. On Jul 28, 11:28 pm, David Modernfossil <rails-mailing-l...@andreas- s.net> wrote:> yeah...I saw that...still no luck > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---