Hello Jamis,
when i change user for set :scm_username , capistro try to connect
with
bmichelin et not b.michelin
set :scm_username , "b.michelin"
############################################################################################
set :application, "partenaires"
set :repository, "svn+ssh://192.168.1.30/var/lib/svn/#{application}/"
set :deploy_to, "/var/www/apps/#{application}"
# If you aren't deploying to /u/apps/#{application} on the target
# servers (which is the default), you can specify the actual location
# via the :deploy_to variable:
# set :deploy_to, "/var/www/#{application}"
# If you aren't using Subversion to manage your source code, specify
# your SCM below:
# set :scm, :subversion
role :app, "lamp2"
role :web, "lamp2"
role :db, "lamp2", :primary => true
pc-mq-dsi3:~/Documents/Coding-Dev/partenaires bmichelin$ cap deploy
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
[EMAIL PROTECTED]'s password:
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---