If you are using Subversion, then that won't work for you. In Git a `tag` is no different from a branch (points at the head of a tree) – so you can tag a revision, and then deploy that revision by setting :branch. In Subversion however, that doesn't work.
You should always have the file ./current/REVISION in every new deploy, you can use that file to see which revision you have installed on a server. How did you integrate murder with Capistrano? - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
