On 25/01/11 14:22, Lee Hambley wrote: > 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.
Yes, I'm aware of that. I was wanting something "automatic", ie. that could check the last-deployed revision. I guess I'll stick to the manual method for now. > > How did you integrate murder with Capistrano? I used the murder add-on from here: https://github.com/lg/murder There were one or two issues + bugs but once they were resolved it works well. R. -- "Feed that ego and you starve the soul" - Colonel J.D. Wilkes http://www.theshackshakers.com/ -- * 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
