Not at present, no. If you look at capistrano/recipes/deploy.rb that will have most of them set near the top, but there a few that aren't listed there (like the :scm_* variables).
I apologize that this all isn't better documented. I do intend to document these things better. As I said in another thread, though, I'm focused on net-ssh and friends at the moment. - Jamis On 8/23/07, Jeremy McNevin <[EMAIL PROTECTED]> wrote: > > Is there a full listing somewhere of all the possible Capistrano > configuration variables? I'm having quite a time finding something > like that. > > Thanks, > JM > > On Aug 21, 12:40 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > > Thanks for the kind words, Tom. Cap is totally a labor of love. I'm > > just gratified that so many people are finding value in the work we've > > done. > > > > - Jamis > > > > On 8/21/07, Tom Brice <[EMAIL PROTECTED]> wrote: > > > > > > > > > Just wanted to say that this is really great. Jamis, your commitment > > > to the users of Capistrano is astonishing. Not only have you (and the > > > Cap team) supplied us with this great tool, but you are here to help > > > out at the drop of a hat. Really awesome. > > > > > Thanks! > > > Tom > > > > > On Aug 20, 4:13 pm, MadPhoenix <[EMAIL PROTECTED]> wrote: > > > > You did it! Thanks so much Jamis. > > > > > > On Aug 20, 4:07 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > > > > > > > ah-ha, I know what it is. > > > > > > > You have svn installed in /opt/local/bin/svn on the remote host, but > > > > > somewhere else on the local host, right? Try doing this: > > > > > > > set :scm_command, "/opt/local/bin/svn" > > > > > set :local_scm_command, :default > > > > > > > Does that work? > > > > > > > - Jamis > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
