[Capistrano] Re: Error while deploying

2008-06-29 Thread Mark Imbriaco
Anil, Your server has an older version of Git installed that does not honor the -q flag. You should be able to set scm_verbose to false to work around this if you don't want to upgrade Git: set :scm_verbose, false -Mark On Sun, Jun 29, 2008 at 3:38 PM, Anil Wadghule [EMAIL PROTECTED] wrote:

[Capistrano] Re: Cap edit?

2007-07-19 Thread Mark Imbriaco
On Jul 19, 2007, at 6:57 PM, Tim Carey-Smith wrote: * Jamis Buck [EMAIL PROTECTED] [2007-07-19 15:41:42 -0600]: Neat idea, Mat. I don't know of anything that currently does that, but if you find a nice way to implement it, I'd certainly consider adding it to cap. Bonus points if it

[Capistrano] Capistrano 2 sanity tip.

2007-05-08 Thread Mark Imbriaco
As a way of managing my sanity while keeping Capistrano 1 and 2 installed for different projects, I created a few Bash aliases to make the process more obvious. My cap wrapper script is installed in / opt/local/bin/cap, and I've setup the following: alias cap='echo You must run either cap1 or

[Capistrano] Re: update_code

2007-01-08 Thread Mark Imbriaco
On Jan 8, 2007, at 6:51 PM, [EMAIL PROTECTED] wrote: Has anyone configured capistrano such that code is always pushed to, and never pulled by, the deployment target machines? How did you do it? KM, Have a peek at the list archives, there has been quite a bit of discussion about this