On Mon, Mar 2, 2009 at 3:14 PM, Stefan Frede <[email protected]> wrote: > > Hi! > > Can please someone give me a hint how I can solve this problem with > cap deploy:update? >
What are you trying to archive with deploy:update? Usually you want deploy, deploy:migrations, or deploy:restart. > Problem is I get the following message which I do not understand: > > ** [out] > ** [out] sh: htdocs/releases/20090302140817/REVISION: No such file or Seems like the REVISION file is missing, Capistrano creates it after each code update (deploy:update_code). Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
