Cobalt Edge

 
« Back to blog

Fixes for Capistrano 2's Perforce

I'm starting to convert to Capistrano 2. We use Perforce, and I've found a simple typo/bug in Capistrano 1.99.1. The fix is simple:On line 57 of recipes/deploy/scm/perforce.rb, change the use of "revno" to "rev_no".


Now, the question is, where is the Capistrano bug DB, or where/how do I submit this to them?


I reported this to the mailing list, and Jamis has already checked in the fix in SVN. Capistrano lives in the Rails Trac.

Comments (1)

Oct 31, 2011
Leo Chan said...
Hi,
I am trying to figure out how to set up capistrano with perforce. Can you provide me some basic steps?

Leave a comment...