Hello,

I'm trying to use capistrano deployment on my mediatemple DV server.
Unfortunately I always get the same "can't create tunnel" error when
doing "cap deploy". I've been searching for a solution but it's really
driving me nuts. With tortoise (svn+ssh) I'm able to connect to my
repository without any problems. Can somebody help me?


D:\webroot\mezza_svn>cap deploy
  * executing task deploy
  * executing task update
 ** transaction: start
  * executing task update_code
  * querying latest revision...
svn: Can't create tunnel: The system cannot find the file specified.
*** [update_code] transaction: rollback
  * [update_code] rolling back
  * executing "rm -rf /u/apps/mezza/releases/20070709160041"
    servers: ["www.mezza-interieur.be"]
Password: xxx

 ** [update_code] exception while rolling back:
Net::SSH::AuthenticationFailed,
Owner
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/scm/subversion.rb
:24:in `latest_revision': Could not determine latest revision
(RuntimeError)
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/conf
iguration.rb:62:in `initialize'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/conf
iguration.rb:89:in `call'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/conf
iguration.rb:89:in `[]'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/conf
iguration.rb:236:in `method_missing'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/scm/
subversion.rb:63:in `checkout'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/reci
pes/standard.rb:80:in `load'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:159:in `instance_eval'
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/acto
r.rb:159:in `update_code'
         ... 13 levels...
        from
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/cli.
rb:12:in `execute!'
        from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/bin/cap:11
        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 
"Deploying Rails" 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.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to