On 15 Jan 2008, at 07:40, Adrian wrote:
> Is it possible to to deploy the code of certain revision (not latest)
> or labeled code using Capistrano ?

Yes, it is.  Set the :repository variable to the label you want to  
deploy.

For example:

     set :repository, "svn+ssh://[EMAIL PROTECTED]/repos/ 
trunk"

Or:

     set :repository, "svn+ssh://[EMAIL PROTECTED]/repos/ 
branches/RB-1.2.3"

Or:

     set :repository, "svn+ssh://[EMAIL PROTECTED]/repos/ 
tags/REL-1.2.3"

As long as the code you want to deploy has a unique URL in the  
repository, you can deploy it.

Regards,
Andy Stewart

-------
http://airbladesoftware.com




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