You can deploy a specific revision by setting the revision variable.

You can do this in the recipe file with "set :revision, 60".

Since it's the sort of thing you might not want to set permanently,
you can also do something along the lines of:

cap deploy -s revision=60


On Aug 9, 5:02 pm, Alan Bullock <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I'm just getting started with Capistrano 2. I was wondering if there's
> a way to deploy a specific revision of my app (I'm using svn) rather
> than the latest one?
>
> thanks
> alan


--~--~---------~--~----~------------~-------~--~----~
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