Not sure this helps as I didn't see the original thread, but I believe
when cap queries for the SVN revision it does so from the host you are
running cap on, not one of the :app hosts.
I hit this as my :app host is the same as my svn repo so initially had a
different :repository and it complained that it couldn't get the info.
Anyway... maybe that's it?
It might be good if cap connected to the first :app host to run that
query? Just in case accessing your repository is different from where you
run cap and how the :app servers connect?
On Mon, 15 Oct 2007, Bolo wrote:
>
> Same thing
>
> always bmichelin and not b.michelin
>
> 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:
>
> maybe my recipe is wrong
> ?
>
> 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}"
>
>
> role :app, "lamp2"
> role :web, "lamp2"
> role :db, "lamp2", :primary => true
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---