I'm trying to deploy my app to my (gs) Grid Server on Media Temple. It
seems to stop when trying to update the code:

parser:wavetronix aporter$ cap deploy:update_code
  * executing `deploy:update_code'
  * executing "svn checkout -q  -r196 
http://svn.eyequeue.net/svn/wavetronix/www/trunk
/home/xxxxx/containers/rails/wavetronix/releases/20080125162643 &&
(echo 196 > /home/xxxxx/containers/rails/wavetronix/releases/
20080125162643/REVISION)"
    servers: ["wavetronix.com"]
    [wavetronix.com] executing command
 ** [err] Authentication realm: <http://svn.eyequeue.net:80>
Subversion repository
 ** [err] Password for 'wavetronix.com':
 ** [err] Authentication realm: <http://svn.eyequeue.net:80>
Subversion repository
 ** Username:

This is the point at which it just stops.

In my config/deploy.rb file I set the username and password for the
repository:

set :repository, "http://svn.eyequeue.net/svn/wavetronix/www/trunk";
set :svn_username, "username"
set :svn_password, "password"

This worked when using Capistrano 1.4.1. Is there something I need to
change for version 2.x?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to