Capistrano problems

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

David -

On 28-Jul-07, at 8:41 PM, David M. wrote:

** 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

yeah…I saw that…still no luck

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 M. <rails-mailing-l…@andreas-