Articles tagged with: capistrano

Getting an old-style revisions.log with Capistrano 2.0

Posted by Andreas on Monday, August 20, 2007 at 13:08 (CEST)

Capistrano 2.0 does not write a revisions.log anymore when deploying your application. However, I liked the revisions.log, because it gives you a clear history of which revision you deployed to your servers at which time. Therefore I wrote a little Capistrano recipe which updates an old-style revisions.log whenever you deploy or rollback your appliaction.

Read more »